Add sample qml application
[staging/HomeScreen.git] / sample-qml / deployment.pri
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
11 }
12
13 export(INSTALLS)