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

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