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.pro93
1 files changed, 47 insertions, 46 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index e9e2167..cf78739 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -1,50 +1,51 @@
1 TEMPLATE= app 1TEMPLATE = app
2 CONFIG = qt warn_on release 2CONFIG = qt warn_on release
3 HEADERS = config.h \ 3HEADERS = config.h \
4 qcheckbook.h \ 4 qcheckbook.h \
5 qcheckdetails.h \ 5 qcheckdetails.h \
6 qcheckentry.h \ 6 qcheckentry.h \
7 qcheckgraph.h \ 7 qcheckgraph.h \
8 qcheckmainmenu.h \ 8 qcheckmainmenu.h \
9 qcheckname.h \ 9 qcheckname.h \
10 qcheckview.h \ 10 qcheckview.h \
11 qrestrictedcombo.h \ 11 qchecknamebase.h \
12 qrestrictedline.h 12 qrestrictedcombo.h \
13 SOURCES = config.cpp \ 13 qrestrictedline.h
14 main.cpp \ 14SOURCES = config.cpp \
15 qcheckbook.cpp \ 15 main.cpp \
16 qcheckdetails.cpp \ 16 qcheckbook.cpp \
17 qcheckentry.cpp \ 17 qcheckdetails.cpp \
18 qcheckgraph.cpp \ 18 qcheckentry.cpp \
19 qcheckmainmenu.cpp \ 19 qcheckgraph.cpp \
20 qcheckname.cpp \ 20 qcheckmainmenu.cpp \
21 qcheckview.cpp \ 21 qcheckname.cpp \
22 qrestrictedcombo.cpp \ 22 qcheckview.cpp \
23 qrestrictedline.cpp 23 qrestrictedcombo.cpp \
24 INTERFACES= qcheckdetailsbase.ui \ 24 qchecknamebase.cpp \
25 qcheckentrybase.ui \ 25 qrestrictedline.cpp
26 qcheckgraphbase.ui \ 26INTERFACES = qcheckdetailsbase.ui \
27 qcheckmmbase.ui \ 27 qcheckentrybase.ui \
28 qchecknamebase.ui \ 28 qcheckgraphbase.ui \
29 qcheckviewbase.ui 29 qcheckmmbase.ui \
30 qcheckviewbase.ui
30INCLUDEPATH += $(OPIEDIR)/include 31INCLUDEPATH += $(OPIEDIR)/include
31DEPENDPATH += $(OPIEDIR)/include 32DEPENDPATH += $(OPIEDIR)/include
32 LIBS += -lqpe 33LIBS += -lqpe
33 TARGET = checkbook 34TARGET = checkbook
34 DESTDIR = $(OPIEDIR)/bin 35DESTDIR = $(OPIEDIR)/bin
35 36
36TRANSLATIONS = ../../../i18n/de/checkbook.ts \ 37TRANSLATIONS = ../../../i18n/de/checkbook.ts \
37 ../../../i18n/en/checkbook.ts \ 38 ../../../i18n/en/checkbook.ts \
38 ../../../i18n/es/checkbook.ts \ 39 ../../../i18n/es/checkbook.ts \
39 ../../../i18n/fr/checkbook.ts \ 40 ../../../i18n/fr/checkbook.ts \
40 ../../../i18n/hu/checkbook.ts \ 41 ../../../i18n/hu/checkbook.ts \
41 ../../../i18n/ja/checkbook.ts \ 42 ../../../i18n/ja/checkbook.ts \
42 ../../../i18n/ko/checkbook.ts \ 43 ../../../i18n/ko/checkbook.ts \
43 ../../../i18n/no/checkbook.ts \ 44 ../../../i18n/no/checkbook.ts \
44 ../../../i18n/pl/checkbook.ts \ 45 ../../../i18n/pl/checkbook.ts \
45 ../../../i18n/pt/checkbook.ts \ 46 ../../../i18n/pt/checkbook.ts \
46 ../../../i18n/pt_BR/checkbook.ts \ 47 ../../../i18n/pt_BR/checkbook.ts \
47 ../../../i18n/sl/checkbook.ts \ 48 ../../../i18n/sl/checkbook.ts \
48 ../../../i18n/zh_CN/checkbook.ts \ 49 ../../../i18n/zh_CN/checkbook.ts \
49 ../../../i18n/zh_TW/checkbook.ts \ 50 ../../../i18n/zh_TW/checkbook.ts \
50 ../../../i18n/it/checkbook.ts 51 ../../../i18n/it/checkbook.ts