Initial commit
[vexed] / qexed.pro
diff --git a/qexed.pro b/qexed.pro
new file mode 100644 (file)
index 0000000..91d42c3
--- /dev/null
+++ b/qexed.pro
@@ -0,0 +1,62 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-06-17T09:17:07
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+TARGET = qexed
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+        mainwindow.cpp \
+    playfield.cpp \
+    fieldview.cpp \
+    levelpack.cpp \
+    iconset.cpp \
+    preferences.cpp \
+    howtoplay.cpp
+
+HEADERS  += mainwindow.h \
+    playfield.h \
+    fieldview.h \
+    levelpack.h \
+    iconset.h \
+    preferences.h \
+    howtoplay.h
+
+FORMS    += mainwindow.ui \
+    preferences.ui \
+    howtoplay.ui
+
+CONFIG += mobility
+MOBILITY = 
+
+symbian {
+    TARGET.UID3 = 0xe9d84f35
+    # TARGET.CAPABILITY += 
+    TARGET.EPOCSTACKSIZE = 0x14000
+    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
+}
+
+OTHER_FILES += \
+    block8.bmp \
+    block7.bmp \
+    block6.bmp \
+    block5.bmp \
+    block4.bmp \
+    block3.bmp \
+    block2.bmp \
+    block1.bmp \
+    qexed.desktop \
+    howtoplay.txt
+
+RESOURCES += \
+    media.qrc
+
+maemo5|maemo6 {
+    target.path = /opt/bin
+    INSTALLS += target
+}