source: trunk/demos/declarative/minehunt/minehunt.pro@ 1168

Last change on this file since 1168 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 576 bytes
Line 
1TEMPLATE = app
2TARGET = minehunt
3QT += declarative
4
5# Input
6HEADERS += minehunt.h
7SOURCES += main.cpp minehunt.cpp
8RESOURCES = minehunt.qrc
9
10sources.files = minehunt.qml minehunt.pro MinehuntCore
11sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
12target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
13
14INSTALLS = sources target
15
16symbian:{
17 TARGET.EPOCALLOWDLLDATA = 1
18 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
19 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
20 qmlminehuntfiles.sources = MinehuntCore minehunt.qml
21 DEPLOYMENT += qmlminehuntfiles
22}
23
Note: See TracBrowser for help on using the repository browser.