X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=scorecard.pro;h=a87b27920bc9b3da37e22a59fe52429ca27ee160;hb=1473ffc152abcf43551865a1f9c19fe00954789e;hp=93d67df00e691de524ca9ab5af298d76b38cfe7b;hpb=a8c98c2d58c440d03c4f8d9b255415552ee8834d;p=scorecard diff --git a/scorecard.pro b/scorecard.pro index 93d67df..a87b279 100644 --- a/scorecard.pro +++ b/scorecard.pro @@ -8,34 +8,35 @@ QMAKE_CXXFLAGS += -Wno-return-type CONFIG += qt debug TEMPLATE = app -QT += xml +QT += xml maemo5 -#RESOURCES = scorecard.qrc +DEFINES += WANT_DEBUG + +RESOURCES = scorecard.qrc HEADERS = \ +src/score-common.h \ src/main-window.h \ src/score-dialog.h \ src/course-dialog.h \ -src/cell-delegate.h \ +src/settings-dialog.h \ src/table-model.h \ +src/list-model.h \ +src/stat-model.h \ src/xml-dom-parser.h \ -src/data.h \ -src/tree-model.h \ -src/tree-item.h \ -src/tree-widget.h +src/data.h SOURCES = \ src/main.cpp \ src/main-window.cpp \ src/score-dialog.cpp \ src/course-dialog.cpp \ -src/cell-delegate.cpp \ +src/settings-dialog.cpp \ src/table-model.cpp \ +src/list-model.cpp \ +src/stat-model.cpp \ src/xml-dom-parser.cpp \ -src/data.cpp \ -src/tree-model.cpp \ -src/tree-item.cpp \ -src/tree-widget.cpp +src/data.cpp unix { #VARIABLES @@ -48,26 +49,19 @@ unix { DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\" #MAKE INSTALL - INSTALLS += target data desktop iconxpm icon26 icon40 icon64 + INSTALLS += target data desktop icon48 target.path =$$BINDIR data.path = $$DATADIR - data.files += data/club.xml - + data.files += data/club-master.xml + desktop.path = $$MAEMODIR desktop.files += maemo/scorecard.desktop iconxpm.path = /usr/share/pixmap iconxpm.files += images/scorecard.xpm - icon26.path = $$IMGDIR/26x26/apps - icon26.files += images/scorecard_icon_26x26.png - - icon40.path = $$IMGADIR/40x40/apps - icon40.files += images/scorecard_icon_40x40.png - - icon64.path = $$IMGDIR/64x64/apps - icon64.files += images/scorecard_icon_64x64.png - + icon48.path = $$IMGDIR/48x48/hildon + icon48.files += images/scorecard-icon-48x48.png }