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.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index 07cc012..bd69939 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -4,4 +4,6 @@ HEADERS = mainwindow.h \
traninfo.h \
+ graphinfo.h \
checkbook.h \
- transaction.h
+ transaction.h \
+ graph.h
SOURCES = main.cpp \
@@ -9,4 +11,6 @@ SOURCES = main.cpp \
traninfo.cpp \
+ graphinfo.cpp \
checkbook.cpp \
- transaction.cpp
+ transaction.cpp \
+ graph.cpp
INCLUDEPATH += $(OPIEDIR)/include