demos/declarative/minehunt/minehunt.pro
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/demos/declarative/minehunt/minehunt.pro	Fri Sep 17 08:34:18 2010 +0300
+++ b/demos/declarative/minehunt/minehunt.pro	Mon Oct 04 01:19:32 2010 +0300
@@ -1,38 +1,23 @@
-TEMPLATE = lib
-TARGET  = qmlminehuntplugin
+TEMPLATE = app
+TARGET  = minehunt
 QT += declarative
 CONFIG += qt plugin
 
-TARGET = $$qtLibraryTarget($$TARGET)
-DESTDIR = MinehuntCore
-
 # Input
-SOURCES += minehunt.cpp
-
-sources.files = minehunt.qml minehunt.pro
-sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
+HEADERS += minehunt.h
+SOURCES += main.cpp minehunt.cpp
 
-target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore
+sources.files = minehunt.qml minehunt.pro MinehuntCore
+sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
+target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
 
-MinehuntCore_sources.files = \
-    MinehuntCore/Explosion.qml \
-    MinehuntCore/Tile.qml \
-    MinehuntCore/pics \
-    MinehuntCore/qmldir
-MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore
-
-INSTALLS = sources MinehuntCore_sources target
+INSTALLS = sources target
 
 symbian:{
     TARGET.EPOCALLOWDLLDATA = 1
+    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
-    TARGET.CAPABILITY = NetworkServices ReadUserData
-    importFiles.sources = MinehuntCore/qmlminehuntplugin.dll \
-    MinehuntCore/Explosion.qml \
-    MinehuntCore/pics \
-    MinehuntCore/qmldir
-    importFiles.path = MinehuntCore
-    DEPLOYMENT = importFiles
+    qmlminehuntfiles.sources = MinehuntCore minehunt.qml
+    DEPLOYMENT = qmlminehuntfiles
 }
- 
-INSTALLS = sources MinehuntCore_sources target
+ 
\ No newline at end of file