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.pro39
1 files changed, 10 insertions, 29 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index cf78739..07cc012 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -1,39 +1,20 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on release 2CONFIG = qt warn_on release
3HEADERS = config.h \ 3HEADERS = mainwindow.h \
4 qcheckbook.h \ 4 traninfo.h \
5 qcheckdetails.h \ 5 checkbook.h \
6 qcheckentry.h \ 6 transaction.h
7 qcheckgraph.h \ 7SOURCES = main.cpp \
8 qcheckmainmenu.h \ 8 mainwindow.cpp \
9 qcheckname.h \ 9 traninfo.cpp \
10 qcheckview.h \ 10 checkbook.cpp \
11 qchecknamebase.h \ 11 transaction.cpp
12 qrestrictedcombo.h \
13 qrestrictedline.h
14SOURCES = config.cpp \
15 main.cpp \
16 qcheckbook.cpp \
17 qcheckdetails.cpp \
18 qcheckentry.cpp \
19 qcheckgraph.cpp \
20 qcheckmainmenu.cpp \
21 qcheckname.cpp \
22 qcheckview.cpp \
23 qrestrictedcombo.cpp \
24 qchecknamebase.cpp \
25 qrestrictedline.cpp
26INTERFACES = qcheckdetailsbase.ui \
27 qcheckentrybase.ui \
28 qcheckgraphbase.ui \
29 qcheckmmbase.ui \
30 qcheckviewbase.ui
31INCLUDEPATH += $(OPIEDIR)/include 12INCLUDEPATH += $(OPIEDIR)/include
32DEPENDPATH += $(OPIEDIR)/include 13DEPENDPATH += $(OPIEDIR)/include
33LIBS += -lqpe 14LIBS += -lqpe -lopie
34TARGET = checkbook 15TARGET = checkbook
35DESTDIR = $(OPIEDIR)/bin 16DESTDIR = $(OPIEDIR)/bin
36 17
37TRANSLATIONS = ../../../i18n/de/checkbook.ts \ 18TRANSLATIONS = ../../../i18n/de/checkbook.ts \
38 ../../../i18n/en/checkbook.ts \ 19 ../../../i18n/en/checkbook.ts \
39 ../../../i18n/es/checkbook.ts \ 20 ../../../i18n/es/checkbook.ts \