- Fixed course delete crashes
[scorecard] / scorecard.pro
index e45a65f..9a8dac3 100644 (file)
@@ -8,34 +8,31 @@ QMAKE_CXXFLAGS += -Wno-return-type
 
 CONFIG  += qt debug
 TEMPLATE = app
-QT      += xml
+QT      += xml maemo5
 
 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/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/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
@@ -53,7 +50,6 @@ unix {
     target.path =$$BINDIR
 
     data.path = $$DATADIR
-    data.files += data/club.xml
 
     desktop.path = $$MAEMODIR
     desktop.files += maemo/scorecard.desktop