79e25de28742e16b15de5c7b70a9f896d619454a
[profile/ivi/qtdeclarative.git] / examples / embedded / qmltwitter / qmltwitter.pro
1 !symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")
2
3 QT += declarative network
4 SOURCES += $$PWD/qmltwitter.cpp
5 include($$PWD/deployment.pri)
6
7 symbian {
8     TARGET.UID3 = 0x$$qmltwitter_uid3 # defined in deployment.pri
9     CONFIG += qt_example
10     TARGET.CAPABILITY = NetworkServices
11     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
12 }