MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

minehunt.pro Example File

demos/declarative/minehunt/minehunt.pro
 TEMPLATE = app
 TARGET  = minehunt
 QT += declarative

 # Input
 HEADERS += minehunt.h
 SOURCES += main.cpp minehunt.cpp
 RESOURCES = minehunt.qrc

 sources.files = minehunt.qml minehunt.pro MinehuntCore
 sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
 target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt

 INSTALLS = sources target

 symbian:{
     TARGET.EPOCALLOWDLLDATA = 1
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
     qmlminehuntfiles.sources = MinehuntCore minehunt.qml
     DEPLOYMENT += qmlminehuntfiles
 }