Warn about no_embedded and make install
This commit is contained in:
parent
9d51df4bf7
commit
d838d4ecfc
|
@ -33,7 +33,11 @@ win32:executables.path = "C:/Program Files"
|
||||||
!win32:executables.path = /usr/local/bin
|
!win32:executables.path = /usr/local/bin
|
||||||
executables.files = $$TARGET
|
executables.files = $$TARGET
|
||||||
|
|
||||||
INSTALLS += executables
|
no_embedded {
|
||||||
|
warning(make install cannot be used with the no_embedded CONFIG option.)
|
||||||
|
}
|
||||||
|
|
||||||
|
!no_embedded:INSTALLS += executables
|
||||||
|
|
||||||
|
|
||||||
# Libraries includes
|
# Libraries includes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user