Added code base.
[weightgraph] / weightgraph / weightgraph.pro
diff --git a/weightgraph/weightgraph.pro b/weightgraph/weightgraph.pro
new file mode 100644 (file)
index 0000000..9a8be0e
--- /dev/null
@@ -0,0 +1,59 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2011-01-16T18:23:01
+#
+#-------------------------------------------------
+
+QT       += core gui maemo5
+
+TARGET = weightgraph
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+        mainwindow.cpp \
+    weightdata.cpp \
+    editwindow.cpp \
+    weightstatsview.cpp \
+    weightgraphview.cpp \
+    settings.cpp \
+    settingswindow.cpp
+
+HEADERS  += mainwindow.h \
+    weightdata.h \
+    editwindow.h \
+    weightview.h \
+    weightspinbox.h \
+    weightstatsview.h \
+    weightgraphview.h \
+    settings.h \
+    settingswindow.h
+
+FORMS    += mainwindow.ui
+
+CONFIG += mobility console
+MOBILITY = 
+
+RESOURCES += \
+    res.qrc
+
+unix {
+  INSTALLS += target desktop icon64
+  target.path = /usr/bin
+  desktop.path = /usr/share/applications/hildon
+  desktop.files += maemofiles/weightgraph.desktop
+#  icon48.path = /usr/share/icons/hicolor/48x48/apps
+#  icon48.files += maemofiles/48/weightgraph.png
+# icon64.path = /usr/share/icons/hicolor/64x64/apps
+  icon64.path = /usr/share/icons
+  icon64.files += maemofiles/64/weightgraph.png
+#  iconscalable.path = /usr/share/icons/hicolor/scalable/apps
+#  iconscalable.files += maemofiles/64/weightgraph.png
+}
+
+symbian {
+  TARGET.UID3 = 0xecc772d7
+  # TARGET.CAPABILITY +=
+  TARGET.EPOCSTACKSIZE = 0x14000
+  TARGET.EPOCHEAPSIZE = 0x020000 0x800000
+}