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

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