test
[push-it] / src / Push-It.pro
diff --git a/src/Push-It.pro b/src/Push-It.pro
new file mode 100644 (file)
index 0000000..874c138
--- /dev/null
@@ -0,0 +1,35 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-06-27T22:12:43
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+TARGET = Push-It
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+        mainwindow.cpp \
+    timekeeper.cpp \
+    aboutdialog.cpp \
+    showfulllistdialog.cpp
+
+HEADERS  += mainwindow.h \
+    timekeeper.h \
+    aboutdialog.hpp \
+    showfulllistdialog.hpp \
+    fullscreenexitbutton.h
+
+FORMS    +=
+
+CONFIG += mobility
+MOBILITY =
+
+symbian {
+    TARGET.UID3 = 0xe756b212
+    # TARGET.CAPABILITY +=
+    TARGET.EPOCSTACKSIZE = 0x14000
+    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
+}