summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/checkbook.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index 53b5ff4..05cac15 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -1,19 +1,23 @@
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = mainwindow.h \
+ cbinfo.h \
traninfo.h \
graphinfo.h \
+ configuration.h \
password.h \
checkbook.h \
transaction.h \
graph.h
SOURCES = main.cpp \
mainwindow.cpp \
+ cbinfo.cpp \
traninfo.cpp \
graphinfo.cpp \
+ configuration.cpp \
password.cpp \
checkbook.cpp \
transaction.cpp \
graph.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include