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.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
@@ -3,4 +3,6 @@ CONFIG = qt warn_on release
3HEADERS = mainwindow.h \ 3HEADERS = mainwindow.h \
4 cbinfo.h \
4 traninfo.h \ 5 traninfo.h \
5 graphinfo.h \ 6 graphinfo.h \
7 configuration.h \
6 password.h \ 8 password.h \
@@ -11,4 +13,6 @@ SOURCES = main.cpp \
11 mainwindow.cpp \ 13 mainwindow.cpp \
14 cbinfo.cpp \
12 traninfo.cpp \ 15 traninfo.cpp \
13 graphinfo.cpp \ 16 graphinfo.cpp \
17 configuration.cpp \
14 password.cpp \ 18 password.cpp \