Added bug tracker link to debian/control
[scorecard] / scorecard.pro
index 2fd2cd9..709e7de 100644 (file)
@@ -10,6 +10,8 @@ CONFIG  += qt debug
 TEMPLATE = app
 QT      += xml maemo5
 
+DEFINES += WANT_DEBUG
+
 RESOURCES = scorecard.qrc
 
 HEADERS  = \
@@ -17,6 +19,7 @@ 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 \
@@ -28,6 +31,7 @@ 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 \
@@ -50,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