fix install_prefix

This commit is contained in:
Andrei Yankovich 2019-01-02 14:11:42 +03:00
parent 066416a022
commit 60af9a3f7c

View File

@ -10,10 +10,10 @@ win32:runfiletype=*.exe
isEmpty(PREFIX) {
message(install target not complited if you want added install rules use PREFIX)
} else {
message(install target (use target_dir): $$PREFIX)
message(install target (use install_data): $$PREFIX)
install_data.path = $$PREFIX
# target_dir.CONFIG += no_check_exist
# install_data.CONFIG += no_check_exist
INSTALLS += install_data
}