aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmltwitter/qmltwitter.pro
blob: 197afd3431bf96e19ce7e511baed21949c65bcd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")

QT += declarative network
SOURCES += $$PWD/qmltwitter.cpp
include($$PWD/deployment.pri)

symbian {
    TARGET.UID3 = 0x$$qmltwitter_uid3 # defined in deployment.pri
    CONFIG += qt_demo
    TARGET.CAPABILITY = NetworkServices
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}