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

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