summaryrefslogtreecommitdiff
path: root/noncore/apps
authorcniehaus <cniehaus>2002-08-29 15:24:36 (UTC)
committer cniehaus <cniehaus>2002-08-29 15:24:36 (UTC)
commit0561505ce8077b2ae494f0f9af3e3f6b1ad4de16 (patch) (unidiff)
tree5bc3d921febf93a36d2d777fae3b3c84bcf74754 /noncore/apps
parent4b90c9ba76f5757c670e1fd66ceb9cf2d8057073 (diff)
downloadopie-0561505ce8077b2ae494f0f9af3e3f6b1ad4de16.zip
opie-0561505ce8077b2ae494f0f9af3e3f6b1ad4de16.tar.gz
opie-0561505ce8077b2ae494f0f9af3e3f6b1ad4de16.tar.bz2
I fixed some issues in .pro
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
@@ -29,6 +29,22 @@ INTERFACES = qcheckdetailsbase.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
@@ -4,6 +4,22 @@ 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