mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-27 10:14:38 +00:00
fix install_prefix
This commit is contained in:
parent
066416a022
commit
60af9a3f7c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user