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

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