aboutsummaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlclocks/qmlclocks.pro
blob: cc97a7394b3cdb99ebe4271d2a0182302993e969 (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
SOURCES += $$PWD/qmlclocks.cpp
include($$PWD/deployment.pri)

symbian {
    TARGET.UID3 = 0x$$qmlclocks_uid3 # defined in deployment.pri
    CONFIG += qt_demo
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    LIBS += -lcone -leikcore -lavkon # Screen orientation
}