summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/testapps/testapp4/testapp4.pro
blob: ee17bd4a8f30fa1577d724a324dd1eb86f054948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SOURCES*=main.cpp
TEMPLATE=app
mac:DESTDIR=$$BUILDROOT/bin

symbian {
    TARGET.EPOCALLOWDLLDATA=1
    TARGET.CAPABILITY += AllFiles ReadDeviceData ReadUserData SwEvent WriteUserData NetworkServices
}

win32 {
    target.path=$$INSTALLROOT
    INSTALLS+=target
}

mac {
    CONFIG-=app_bundle
}


target.path += \
    /usr/local/bin