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 | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = minehunt
|
---|
3 | QT += declarative
|
---|
4 |
|
---|
5 | # Input
|
---|
6 | HEADERS += minehunt.h
|
---|
7 | SOURCES += main.cpp minehunt.cpp
|
---|
8 | RESOURCES = minehunt.qrc
|
---|
9 |
|
---|
10 | sources.files = minehunt.qml minehunt.pro MinehuntCore
|
---|
11 | sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
|
---|
12 | target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
|
---|
13 |
|
---|
14 | INSTALLS = sources target
|
---|
15 |
|
---|
16 | symbian:{
|
---|
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.