summaryrefslogtreecommitdiff
path: root/tests/systemtests/sys_location.pro
blob: 86e874233f80add5d2b710bf9b698de2ed325436 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG+=systemtest
SOURCES=sys_location.qtt

unix:!symbian {
    maemo5 {
        target.path = /opt/usr/bin
    } else {
        target.path = /usr/local/bin
    }
    INSTALLS += target
}