aboutsummaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmleasing/qmleasing.pro
blob: 084a880cbe7e22e2275f0817c20f228019b94971 (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/qmleasing.cpp
include($$PWD/deployment.pri)

symbian {
    TARGET.UID3 = 0x$$qmleasing_uid3 # defined in deployment.pri
    include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}