summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.pro
Unidiff
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
@@ -3,11 +3,15 @@ CONFIG = qt warn_on release
3HEADERS = mainwindow.h \ 3HEADERS = mainwindow.h \
4 traninfo.h \ 4 traninfo.h \
5 graphinfo.h \
5 checkbook.h \ 6 checkbook.h \
6 transaction.h 7 transaction.h \
8 graph.h
7SOURCES = main.cpp \ 9SOURCES = main.cpp \
8 mainwindow.cpp \ 10 mainwindow.cpp \
9 traninfo.cpp \ 11 traninfo.cpp \
12 graphinfo.cpp \
10 checkbook.cpp \ 13 checkbook.cpp \
11 transaction.cpp 14 transaction.cpp \
15 graph.cpp
12INCLUDEPATH += $(OPIEDIR)/include 16INCLUDEPATH += $(OPIEDIR)/include
13DEPENDPATH += $(OPIEDIR)/include 17DEPENDPATH += $(OPIEDIR)/include