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.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index c574aff..58e4af1 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -8,46 +8,25 @@ HEADERS = mainwindow.h \
8 checkbook.h \ 8 checkbook.h \
9 transaction.h \ 9 transaction.h \
10 tabledef.h \ 10 tabledef.h \
11 listedit.h \ 11 listedit.h \
12 cfg.h \ 12 cfg.h \
13 graph.h 13 graph.h
14SOURCES = main.cpp \ 14SOURCES = main.cpp \
15 mainwindow.cpp \ 15 mainwindow.cpp \
16 cbinfo.cpp \ 16 cbinfo.cpp \
17 traninfo.cpp \ 17 traninfo.cpp \
18 graphinfo.cpp \ 18 graphinfo.cpp \
19 configuration.cpp \ 19 configuration.cpp \
20 password.cpp \ 20 password.cpp \
21 checkbook.cpp \ 21 checkbook.cpp \
22 transaction.cpp \ 22 transaction.cpp \
23 tabledef.cpp \ 23 tabledef.cpp \
24 listedit.cpp \ 24 listedit.cpp \
25 cfg.cpp \ 25 cfg.cpp \
26 graph.cpp 26 graph.cpp
27INCLUDEPATH += $(OPIEDIR)/include 27INCLUDEPATH += $(OPIEDIR)/include
28DEPENDPATH += $(OPIEDIR)/include 28DEPENDPATH += $(OPIEDIR)/include
29LIBS += -lqpe -lopie 29LIBS += -lqpe -lopie
30TARGET = checkbook 30TARGET = checkbook
31 31
32TRANSLATIONS = ../../../i18n/de/checkbook.ts \
33 ../../../i18n/nl/checkbook.ts \
34 ../../../i18n/da/checkbook.ts \
35 ../../../i18n/xx/checkbook.ts \
36 ../../../i18n/en/checkbook.ts \
37 ../../../i18n/es/checkbook.ts \
38 ../../../i18n/fr/checkbook.ts \
39 ../../../i18n/hu/checkbook.ts \
40 ../../../i18n/ja/checkbook.ts \
41 ../../../i18n/ko/checkbook.ts \
42 ../../../i18n/no/checkbook.ts \
43 ../../../i18n/pl/checkbook.ts \
44 ../../../i18n/pt/checkbook.ts \
45 ../../../i18n/pt_BR/checkbook.ts \
46 ../../../i18n/sl/checkbook.ts \
47 ../../../i18n/zh_CN/checkbook.ts \
48 ../../../i18n/zh_TW/checkbook.ts \
49 ../../../i18n/it/checkbook.ts
50
51
52
53include ( $(OPIEDIR)/include.pro ) 32include ( $(OPIEDIR)/include.pro )