mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-05-01 04:04:42 +00:00
fix install_prefix
This commit is contained in:
parent
066416a022
commit
60af9a3f7c
@ -10,10 +10,10 @@ win32:runfiletype=*.exe
|
|||||||
isEmpty(PREFIX) {
|
isEmpty(PREFIX) {
|
||||||
message(install target not complited if you want added install rules use PREFIX)
|
message(install target not complited if you want added install rules use PREFIX)
|
||||||
} else {
|
} else {
|
||||||
message(install target (use target_dir): $$PREFIX)
|
message(install target (use install_data): $$PREFIX)
|
||||||
|
|
||||||
install_data.path = $$PREFIX
|
install_data.path = $$PREFIX
|
||||||
# target_dir.CONFIG += no_check_exist
|
# install_data.CONFIG += no_check_exist
|
||||||
INSTALLS += install_data
|
INSTALLS += install_data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user