Files
qt4-x11/demos/embedded/qmlclocks/qmlclocks.pro
2025-08-24 20:55:26 +08:00

13 lines
419 B
Prolog

!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
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
LIBS += -lcone -leikcore -lavkon # Screen orientation
}