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

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