initial version
This commit is contained in:
13
deployment.pri
Normal file
13
deployment.pri
Normal file
@@ -0,0 +1,13 @@
|
||||
unix:!android {
|
||||
isEmpty(target.path) {
|
||||
qnx {
|
||||
target.path = /tmp/$${TARGET}/bin
|
||||
} else {
|
||||
target.path = /opt/$${TARGET}/bin
|
||||
}
|
||||
export(target.path)
|
||||
}
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
export(INSTALLS)
|
||||
Reference in New Issue
Block a user