X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=weightgraph%2Fweightgraph.pro;fp=weightgraph%2Fweightgraph.pro;h=9a8be0ee4852e727391c6caca429719eea10348c;hb=d76a42d76dea7345edff3b4654593b225853aee0;hp=0000000000000000000000000000000000000000;hpb=58edbdb245fcd2856b907399488de04866f6fdef;p=weightgraph diff --git a/weightgraph/weightgraph.pro b/weightgraph/weightgraph.pro new file mode 100644 index 0000000..9a8be0e --- /dev/null +++ b/weightgraph/weightgraph.pro @@ -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 +}