summaryrefslogtreecommitdiff
path: root/noncore/apps
Unidiff
Diffstat (limited to 'noncore/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.pro16
-rw-r--r--noncore/apps/opie-sheet/opie-sheet.pro16
2 files changed, 32 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index 68db34b..e9e2167 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -23,12 +23,28 @@ SOURCES = config.cpp \
23 qrestrictedline.cpp 23 qrestrictedline.cpp
24 INTERFACES= qcheckdetailsbase.ui \ 24 INTERFACES= qcheckdetailsbase.ui \
25 qcheckentrybase.ui \ 25 qcheckentrybase.ui \
26 qcheckgraphbase.ui \ 26 qcheckgraphbase.ui \
27 qcheckmmbase.ui \ 27 qcheckmmbase.ui \
28 qchecknamebase.ui \ 28 qchecknamebase.ui \
29 qcheckviewbase.ui 29 qcheckviewbase.ui
30INCLUDEPATH += $(OPIEDIR)/include 30INCLUDEPATH += $(OPIEDIR)/include
31DEPENDPATH += $(OPIEDIR)/include 31DEPENDPATH += $(OPIEDIR)/include
32 LIBS += -lqpe 32 LIBS += -lqpe
33 TARGET = checkbook 33 TARGET = checkbook
34 DESTDIR = $(OPIEDIR)/bin 34 DESTDIR = $(OPIEDIR)/bin
35
36TRANSLATIONS = ../../../i18n/de/checkbook.ts \
37 ../../../i18n/en/checkbook.ts \
38 ../../../i18n/es/checkbook.ts \
39 ../../../i18n/fr/checkbook.ts \
40 ../../../i18n/hu/checkbook.ts \
41 ../../../i18n/ja/checkbook.ts \
42 ../../../i18n/ko/checkbook.ts \
43 ../../../i18n/no/checkbook.ts \
44 ../../../i18n/pl/checkbook.ts \
45 ../../../i18n/pt/checkbook.ts \
46 ../../../i18n/pt_BR/checkbook.ts \
47 ../../../i18n/sl/checkbook.ts \
48 ../../../i18n/zh_CN/checkbook.ts \
49 ../../../i18n/zh_TW/checkbook.ts \
50 ../../../i18n/it/checkbook.ts
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro
index b053975..93a3acc 100644
--- a/noncore/apps/opie-sheet/opie-sheet.pro
+++ b/noncore/apps/opie-sheet/opie-sheet.pro
@@ -1,9 +1,25 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h 4 HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h
5 SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp 5 SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 TARGET = sheetqt 9 TARGET = sheetqt
10
11TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \
12 ../../../i18n/en/opie-sheet.ts \
13 ../../../i18n/es/opie-sheet.ts \
14 ../../../i18n/fr/opie-sheet.ts \
15 ../../../i18n/hu/opie-sheet.ts \
16 ../../../i18n/ja/opie-sheet.ts \
17 ../../../i18n/ko/opie-sheet.ts \
18 ../../../i18n/no/opie-sheet.ts \
19 ../../../i18n/pl/opie-sheet.ts \
20 ../../../i18n/pt/opie-sheet.ts \
21 ../../../i18n/pt_BR/opie-sheet.ts \
22 ../../../i18n/sl/opie-sheet.ts \
23 ../../../i18n/zh_CN/opie-sheet.ts \
24 ../../../i18n/zh_TW/opie-sheet.ts \
25 ../../../i18n/it/opie-sheet.ts