summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt/minehunt.pro
blob: 1d56013a4bdca9b54ff3c8d11cf05580b25bebf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = app
TARGET  = minehunt
QT += declarative
CONFIG += qt plugin

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

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
    include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
    qmlminehuntfiles.sources = MinehuntCore minehunt.qml
    DEPLOYMENT = qmlminehuntfiles
}