summaryrefslogtreecommitdiffstats
path: root/old/tests/qtuitest/testapps/testapp1/testapp1.pro
blob: eedc1f0f641bc72b3d1801bbdc73e3fc216dcedb (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
26
27
SOURCES*=main.cpp
TEMPLATE=app
unix:!maemo* {
    # avoid the need for make install on *nix
    DESTDIR=$$BUILDROOT/bin
}

QT+=network

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
}