Added bug tracker link to debian/control
[scorecard] / scorecard.pro
index b074d32..709e7de 100644 (file)
@@ -8,15 +8,20 @@ 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
@@ -26,7 +31,9 @@ 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
@@ -47,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