summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.pro
Unidiff
Diffstat (limited to 'noncore/apps/checkbook/checkbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index bd69939..53b5ff4 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -1,24 +1,26 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on release 2CONFIG = qt warn_on release
3HEADERS = mainwindow.h \ 3HEADERS = mainwindow.h \
4 traninfo.h \ 4 traninfo.h \
5 graphinfo.h \ 5 graphinfo.h \
6 password.h \
6 checkbook.h \ 7 checkbook.h \
7 transaction.h \ 8 transaction.h \
8 graph.h 9 graph.h
9SOURCES = main.cpp \ 10SOURCES = main.cpp \
10 mainwindow.cpp \ 11 mainwindow.cpp \
11 traninfo.cpp \ 12 traninfo.cpp \
12 graphinfo.cpp \ 13 graphinfo.cpp \
14 password.cpp \
13 checkbook.cpp \ 15 checkbook.cpp \
14 transaction.cpp \ 16 transaction.cpp \
15 graph.cpp 17 graph.cpp
16INCLUDEPATH += $(OPIEDIR)/include 18INCLUDEPATH += $(OPIEDIR)/include
17DEPENDPATH += $(OPIEDIR)/include 19DEPENDPATH += $(OPIEDIR)/include
18LIBS += -lqpe -lopie 20LIBS += -lqpe -lopie
19TARGET = checkbook 21TARGET = checkbook
20DESTDIR = $(OPIEDIR)/bin 22DESTDIR = $(OPIEDIR)/bin
21 23
22TRANSLATIONS = ../../../i18n/de/checkbook.ts \ 24TRANSLATIONS = ../../../i18n/de/checkbook.ts \
23 ../../../i18n/en/checkbook.ts \ 25 ../../../i18n/en/checkbook.ts \
24 ../../../i18n/es/checkbook.ts \ 26 ../../../i18n/es/checkbook.ts \