forked from qt-creator/qt-creator
- andorid-no-sdk should not be used for new projects anymore. - The android scope is handled in android.prf in qt, and there the handling is better, so removing this actually fixes a bug. Change-Id: I2b901e0cb1fd4bc0d00fbcd3c8ea08b22e4bca49 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
unix:!android {
|
|
isEmpty(target.path) {
|
|
qnx {
|
|
target.path = /tmp/$${TARGET}/bin
|
|
} else {
|
|
target.path = /opt/$${TARGET}/bin
|
|
}
|
|
export(target.path)
|
|
}
|
|
INSTALLS += target
|
|
}
|
|
|
|
export(INSTALLS)
|