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