summaryrefslogtreecommitdiffstats
path: root/old/tests/qtuitest/testapps/testapp3/testapp3.pro
blob: 07ae95a0fd15ba7cae611a37d7e37f78968417a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SOURCES*=main.cpp
TEMPLATE=app
unix:!maemo* {
    # avoid the need for make install on *nix
    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
}

maemo5|maemo6 {
    target.path = /usr/local/lib
    INSTALLS += target
}