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

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