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

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