Scaled icon's master image down.
[weightgraph] / weightgraph / weightgraph.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2011-01-16T18:23:01
4 #
5 #-------------------------------------------------
6
7 QT       += core gui maemo5
8
9 TARGET = weightgraph
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         mainwindow.cpp \
15     weightdata.cpp \
16     editwindow.cpp \
17     weightstatsview.cpp \
18     weightgraphview.cpp \
19     settings.cpp \
20     settingswindow.cpp
21
22 HEADERS  += mainwindow.h \
23     weightdata.h \
24     editwindow.h \
25     weightview.h \
26     weightspinbox.h \
27     weightstatsview.h \
28     weightgraphview.h \
29     settings.h \
30     settingswindow.h
31
32 FORMS    += mainwindow.ui
33
34 CONFIG += mobility console
35 MOBILITY = 
36
37 RESOURCES += \
38     res.qrc
39
40 unix {
41   INSTALLS += target desktop icon64
42   target.path = /usr/bin
43   desktop.path = /usr/share/applications/hildon
44   desktop.files += maemofiles/weightgraph.desktop
45 #  icon48.path = /usr/share/icons/hicolor/48x48/apps
46 #  icon48.files += maemofiles/48/weightgraph.png
47 # icon64.path = /usr/share/icons/hicolor/64x64/apps
48   icon64.path = /usr/share/icons
49   icon64.files += maemofiles/64/weightgraph.png
50 #  iconscalable.path = /usr/share/icons/hicolor/scalable/apps
51 #  iconscalable.files += maemofiles/64/weightgraph.png
52 }
53
54 symbian {
55   TARGET.UID3 = 0xecc772d7
56   # TARGET.CAPABILITY +=
57   TARGET.EPOCSTACKSIZE = 0x14000
58   TARGET.EPOCHEAPSIZE = 0x020000 0x800000
59 }