sauvegarde 4
[PACMAN.git] / deployment.pri
blobc89af25a8539ccd1aa7857064dfc5ac8507282f3
1 unix:!android {
2     isEmpty(target.path) {
3         qnx {
4             target.path = /tmp/$${TARGET}/bin
5         } else {
6             target.path = /opt/$${TARGET}/bin
7         }
8         export(target.path)
9     }
10     INSTALLS += target
13 export(INSTALLS)