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

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

symbian {
    TARGET.UID3 = 0x$$qmldialcontrol_uid3 # defined in deployment.pri
    CONFIG += qt_example
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}