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
@@ -2,13 +2,17 @@ TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = mainwindow.h \
traninfo.h \
+ graphinfo.h \
checkbook.h \
- transaction.h
+ transaction.h \
+ graph.h
SOURCES = main.cpp \
mainwindow.cpp \
traninfo.cpp \
+ graphinfo.cpp \
checkbook.cpp \
- transaction.cpp
+ transaction.cpp \
+ graph.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie