Tune description
[scorecard] / scorecard.pro
index f3dd8da..709e7de 100644 (file)
@@ -8,15 +8,21 @@ QMAKE_CXXFLAGS += -Wno-return-type
 
 CONFIG  += qt debug
 TEMPLATE = app
-QT      += xml
+QT      += xml maemo5
+
+DEFINES += WANT_DEBUG
 
 RESOURCES = scorecard.qrc
 
 HEADERS  = \
+src/score-common.h \
 src/main-window.h \
 src/score-dialog.h \
 src/course-dialog.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
 
@@ -25,7 +31,10 @@ src/main.cpp \
 src/main-window.cpp \
 src/score-dialog.cpp \
 src/course-dialog.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
 
@@ -45,8 +54,8 @@ unix {
     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