aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/minehunt.pro
blob: a0220f2dc7eeb02f2d4a62d80f05cf6b7cc8e786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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]/qtdeclarative/declarative/minehunt
target.path = $$[QT_INSTALL_DEMOS]/qtdeclarative/declarative/minehunt

INSTALLS = sources target

symbian:{
    TARGET.EPOCALLOWDLLDATA = 1
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    CONFIG += qt_demo
    qmlminehuntfiles.files = MinehuntCore minehunt.qml
    DEPLOYMENT += qmlminehuntfiles
}