summaryrefslogtreecommitdiff
path: root/noncore/apps
Unidiff
Diffstat (limited to 'noncore/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.pro4
-rw-r--r--noncore/apps/checkbook/checkbook.pro4
-rw-r--r--noncore/apps/confedit/confedit.pro4
-rw-r--r--noncore/apps/odict/odict.pro4
-rw-r--r--noncore/apps/opie-console/opie-console.pro4
-rw-r--r--noncore/apps/opie-console/test/console.pro4
-rw-r--r--noncore/apps/opie-reader/opie-reader.pro4
-rw-r--r--noncore/apps/opie-sheet/opie-sheet.pro4
-rw-r--r--noncore/apps/opie-write/opie-write.pro4
-rw-r--r--noncore/apps/oxygen/oxygen.pro4
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro4
-rw-r--r--noncore/apps/tinykate/libkate/libkate.pro4
-rw-r--r--noncore/apps/tinykate/tinykate.pro4
13 files changed, 52 insertions, 0 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro
index 960ab62..233fbee 100644
--- a/noncore/apps/advancedfm/advancedfm.pro
+++ b/noncore/apps/advancedfm/advancedfm.pro
@@ -1,26 +1,30 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = advancedfm.h filePermissions.h output.h 3HEADERS = advancedfm.h filePermissions.h output.h
4SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp 4SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp
5TARGET = advancedfm 5TARGET = advancedfm
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8DESTDIR = $(OPIEDIR)/bin 8DESTDIR = $(OPIEDIR)/bin
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 10
11TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ 11TRANSLATIONS = ../../../i18n/de/advancedfm.ts \
12 ../../../i18n/da/advancedfm.ts \ 12 ../../../i18n/da/advancedfm.ts \
13 ../../../i18n/xx/advancedfm.ts \ 13 ../../../i18n/xx/advancedfm.ts \
14 ../../../i18n/en/advancedfm.ts \ 14 ../../../i18n/en/advancedfm.ts \
15 ../../../i18n/es/advancedfm.ts \ 15 ../../../i18n/es/advancedfm.ts \
16 ../../../i18n/fr/advancedfm.ts \ 16 ../../../i18n/fr/advancedfm.ts \
17 ../../../i18n/hu/advancedfm.ts \ 17 ../../../i18n/hu/advancedfm.ts \
18 ../../../i18n/ja/advancedfm.ts \ 18 ../../../i18n/ja/advancedfm.ts \
19 ../../../i18n/ko/advancedfm.ts \ 19 ../../../i18n/ko/advancedfm.ts \
20 ../../../i18n/no/advancedfm.ts \ 20 ../../../i18n/no/advancedfm.ts \
21 ../../../i18n/pl/advancedfm.ts \ 21 ../../../i18n/pl/advancedfm.ts \
22 ../../../i18n/pt/advancedfm.ts \ 22 ../../../i18n/pt/advancedfm.ts \
23 ../../../i18n/pt_BR/advancedfm.ts \ 23 ../../../i18n/pt_BR/advancedfm.ts \
24 ../../../i18n/sl/advancedfm.ts \ 24 ../../../i18n/sl/advancedfm.ts \
25 ../../../i18n/zh_CN/advancedfm.ts \ 25 ../../../i18n/zh_CN/advancedfm.ts \
26 ../../../i18n/zh_TW/advancedfm.ts 26 ../../../i18n/zh_TW/advancedfm.ts
27
28
29
30include ( ../../../include.pro )
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index f97cb75..8ac63e3 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -1,44 +1,48 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on release 2CONFIG = qt warn_on release
3HEADERS = mainwindow.h \ 3HEADERS = mainwindow.h \
4 cbinfo.h \ 4 cbinfo.h \
5 traninfo.h \ 5 traninfo.h \
6 graphinfo.h \ 6 graphinfo.h \
7 configuration.h \ 7 configuration.h \
8 password.h \ 8 password.h \
9 checkbook.h \ 9 checkbook.h \
10 transaction.h \ 10 transaction.h \
11 graph.h 11 graph.h
12SOURCES = main.cpp \ 12SOURCES = main.cpp \
13 mainwindow.cpp \ 13 mainwindow.cpp \
14 cbinfo.cpp \ 14 cbinfo.cpp \
15 traninfo.cpp \ 15 traninfo.cpp \
16 graphinfo.cpp \ 16 graphinfo.cpp \
17 configuration.cpp \ 17 configuration.cpp \
18 password.cpp \ 18 password.cpp \
19 checkbook.cpp \ 19 checkbook.cpp \
20 transaction.cpp \ 20 transaction.cpp \
21 graph.cpp 21 graph.cpp
22INCLUDEPATH += $(OPIEDIR)/include 22INCLUDEPATH += $(OPIEDIR)/include
23DEPENDPATH += $(OPIEDIR)/include 23DEPENDPATH += $(OPIEDIR)/include
24LIBS += -lqpe -lopie 24LIBS += -lqpe -lopie
25TARGET = checkbook 25TARGET = checkbook
26DESTDIR = $(OPIEDIR)/bin 26DESTDIR = $(OPIEDIR)/bin
27 27
28TRANSLATIONS = ../../../i18n/de/checkbook.ts \ 28TRANSLATIONS = ../../../i18n/de/checkbook.ts \
29 ../../../i18n/da/checkbook.ts \ 29 ../../../i18n/da/checkbook.ts \
30 ../../../i18n/xx/checkbook.ts \ 30 ../../../i18n/xx/checkbook.ts \
31 ../../../i18n/en/checkbook.ts \ 31 ../../../i18n/en/checkbook.ts \
32 ../../../i18n/es/checkbook.ts \ 32 ../../../i18n/es/checkbook.ts \
33 ../../../i18n/fr/checkbook.ts \ 33 ../../../i18n/fr/checkbook.ts \
34 ../../../i18n/hu/checkbook.ts \ 34 ../../../i18n/hu/checkbook.ts \
35 ../../../i18n/ja/checkbook.ts \ 35 ../../../i18n/ja/checkbook.ts \
36 ../../../i18n/ko/checkbook.ts \ 36 ../../../i18n/ko/checkbook.ts \
37 ../../../i18n/no/checkbook.ts \ 37 ../../../i18n/no/checkbook.ts \
38 ../../../i18n/pl/checkbook.ts \ 38 ../../../i18n/pl/checkbook.ts \
39 ../../../i18n/pt/checkbook.ts \ 39 ../../../i18n/pt/checkbook.ts \
40 ../../../i18n/pt_BR/checkbook.ts \ 40 ../../../i18n/pt_BR/checkbook.ts \
41 ../../../i18n/sl/checkbook.ts \ 41 ../../../i18n/sl/checkbook.ts \
42 ../../../i18n/zh_CN/checkbook.ts \ 42 ../../../i18n/zh_CN/checkbook.ts \
43 ../../../i18n/zh_TW/checkbook.ts \ 43 ../../../i18n/zh_TW/checkbook.ts \
44 ../../../i18n/it/checkbook.ts 44 ../../../i18n/it/checkbook.ts
45
46
47
48include ( ../../../include.pro )
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro
index 2a17a46..05691b4 100644
--- a/noncore/apps/confedit/confedit.pro
+++ b/noncore/apps/confedit/confedit.pro
@@ -1,28 +1,32 @@
1 DESTDIR = $(OPIEDIR)/bin 1 DESTDIR = $(OPIEDIR)/bin
2 TEMPLATE= app 2 TEMPLATE= app
3 #CONFIG = qt warn_on release 3 #CONFIG = qt warn_on release
4 CONFIG = qt warn_on debug 4 CONFIG = qt warn_on debug
5 HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h 5 HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h
6 SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp 6 SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/ioclude 8 DEPENDPATH+= $(OPIEDIR)/ioclude
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= 10 INTERFACES=
11 TARGET = confedit 11 TARGET = confedit
12 12
13TRANSLATIONS = ../../../i18n/de/confedit.ts \ 13TRANSLATIONS = ../../../i18n/de/confedit.ts \
14 ../../../i18n/da/confedit.ts \ 14 ../../../i18n/da/confedit.ts \
15 ../../../i18n/xx/confedit.ts \ 15 ../../../i18n/xx/confedit.ts \
16 ../../../i18n/en/confedit.ts \ 16 ../../../i18n/en/confedit.ts \
17 ../../../i18n/es/confedit.ts \ 17 ../../../i18n/es/confedit.ts \
18 ../../../i18n/fr/confedit.ts \ 18 ../../../i18n/fr/confedit.ts \
19 ../../../i18n/hu/confedit.ts \ 19 ../../../i18n/hu/confedit.ts \
20 ../../../i18n/ja/confedit.ts \ 20 ../../../i18n/ja/confedit.ts \
21 ../../../i18n/ko/confedit.ts \ 21 ../../../i18n/ko/confedit.ts \
22 ../../../i18n/no/confedit.ts \ 22 ../../../i18n/no/confedit.ts \
23 ../../../i18n/pl/confedit.ts \ 23 ../../../i18n/pl/confedit.ts \
24 ../../../i18n/pt/confedit.ts \ 24 ../../../i18n/pt/confedit.ts \
25 ../../../i18n/pt_BR/confedit.ts \ 25 ../../../i18n/pt_BR/confedit.ts \
26 ../../../i18n/sl/confedit.ts \ 26 ../../../i18n/sl/confedit.ts \
27 ../../../i18n/zh_CN/confedit.ts \ 27 ../../../i18n/zh_CN/confedit.ts \
28 ../../../i18n/zh_TW/confedit.ts 28 ../../../i18n/zh_TW/confedit.ts
29
30
31
32include ( ../../../include.pro )
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro
index 23ef0e0..51f7ca0 100644
--- a/noncore/apps/odict/odict.pro
+++ b/noncore/apps/odict/odict.pro
@@ -1,38 +1,42 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on debug 2 CONFIG = qt warn_on debug
3 #CONFIG = qt warn_on release 3 #CONFIG = qt warn_on release
4 HEADERS = odict.h \ 4 HEADERS = odict.h \
5 searchmethoddlg.h \ 5 searchmethoddlg.h \
6 configdlg.h \ 6 configdlg.h \
7 dingwidget.h \ 7 dingwidget.h \
8 dictwidget.h 8 dictwidget.h
9 9
10 SOURCES = main.cpp \ 10 SOURCES = main.cpp \
11 odict.cpp \ 11 odict.cpp \
12 searchmethoddlg.cpp \ 12 searchmethoddlg.cpp \
13 configdlg.cpp \ 13 configdlg.cpp \
14 dictwidget.cpp \ 14 dictwidget.cpp \
15 dingwidget.cpp 15 dingwidget.cpp
16INCLUDEPATH += $(OPIEDIR)/include 16INCLUDEPATH += $(OPIEDIR)/include
17DEPENDPATH += $(OPIEDIR)/include 17DEPENDPATH += $(OPIEDIR)/include
18 LIBS += -lqpe -lstdc++ -lopie 18 LIBS += -lqpe -lstdc++ -lopie
19 TARGET = odict 19 TARGET = odict
20 DESTDIR = $(OPIEDIR)/bin 20 DESTDIR = $(OPIEDIR)/bin
21 21
22TRANSLATIONS = ../../../i18n/de/odict.ts \ 22TRANSLATIONS = ../../../i18n/de/odict.ts \
23 ../../../i18n/xx/odict.ts \ 23 ../../../i18n/xx/odict.ts \
24 ../../../i18n/en/odict.ts \ 24 ../../../i18n/en/odict.ts \
25 ../../../i18n/es/odict.ts \ 25 ../../../i18n/es/odict.ts \
26 ../../../i18n/fr/odict.ts \ 26 ../../../i18n/fr/odict.ts \
27 ../../../i18n/hu/odict.ts \ 27 ../../../i18n/hu/odict.ts \
28 ../../../i18n/ja/odict.ts \ 28 ../../../i18n/ja/odict.ts \
29 ../../../i18n/ko/odict.ts \ 29 ../../../i18n/ko/odict.ts \
30 ../../../i18n/no/odict.ts \ 30 ../../../i18n/no/odict.ts \
31 ../../../i18n/pl/odict.ts \ 31 ../../../i18n/pl/odict.ts \
32 ../../../i18n/pt/odict.ts \ 32 ../../../i18n/pt/odict.ts \
33 ../../../i18n/pt_BR/odict.ts \ 33 ../../../i18n/pt_BR/odict.ts \
34 ../../../i18n/sl/odict.ts \ 34 ../../../i18n/sl/odict.ts \
35 ../../../i18n/zh_CN/odict.ts \ 35 ../../../i18n/zh_CN/odict.ts \
36 ../../../i18n/zh_TW/odict.ts \ 36 ../../../i18n/zh_TW/odict.ts \
37 ../../../i18n/it/odict.ts \ 37 ../../../i18n/it/odict.ts \
38 ../../../i18n/da/odict.ts 38 ../../../i18n/da/odict.ts
39
40
41
42include ( ../../../include.pro )
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index c6f3f4d..1bb9f35 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -26,48 +26,52 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
26 procctl.h \ 26 procctl.h \
27 function_keyboard.h \ 27 function_keyboard.h \
28 receive_layer.h filereceive.h \ 28 receive_layer.h filereceive.h \
29 script.h \ 29 script.h \
30 dialer.h \ 30 dialer.h \
31 terminalwidget.h \ 31 terminalwidget.h \
32 emulation_handler.h TECommon.h \ 32 emulation_handler.h TECommon.h \
33 TEHistroy.h TEScreen.h TEWidget.h \ 33 TEHistroy.h TEScreen.h TEWidget.h \
34 TEmuVt102.h TEmulation.h MyPty.h \ 34 TEmuVt102.h TEmulation.h MyPty.h \
35 consoleconfigwidget.h 35 consoleconfigwidget.h
36 36
37SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ 37SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \
38 file_layer.cpp filetransfer.cpp \ 38 file_layer.cpp filetransfer.cpp \
39 main.cpp \ 39 main.cpp \
40 metafactory.cpp \ 40 metafactory.cpp \
41 session.cpp \ 41 session.cpp \
42 mainwindow.cpp \ 42 mainwindow.cpp \
43 profile.cpp \ 43 profile.cpp \
44 profileconfig.cpp \ 44 profileconfig.cpp \
45 profilemanager.cpp \ 45 profilemanager.cpp \
46 tabwidget.cpp \ 46 tabwidget.cpp \
47 configdialog.cpp \ 47 configdialog.cpp \
48 keytrans.cpp \ 48 keytrans.cpp \
49 transferdialog.cpp \ 49 transferdialog.cpp \
50 profiledialogwidget.cpp \ 50 profiledialogwidget.cpp \
51 profileeditordialog.cpp \ 51 profileeditordialog.cpp \
52 iolayerbase.cpp \ 52 iolayerbase.cpp \
53 serialconfigwidget.cpp irdaconfigwidget.cpp \ 53 serialconfigwidget.cpp irdaconfigwidget.cpp \
54 btconfigwidget.cpp modemconfigwidget.cpp \ 54 btconfigwidget.cpp modemconfigwidget.cpp \
55 atconfigdialog.cpp dialdialog.cpp \ 55 atconfigdialog.cpp dialdialog.cpp \
56 default.cpp procctl.cpp \ 56 default.cpp procctl.cpp \
57 function_keyboard.cpp \ 57 function_keyboard.cpp \
58 receive_layer.cpp filereceive.cpp \ 58 receive_layer.cpp filereceive.cpp \
59 script.cpp \ 59 script.cpp \
60 dialer.cpp \ 60 dialer.cpp \
61 terminalwidget.cpp \ 61 terminalwidget.cpp \
62 emulation_handler.cpp TEHistory.cpp \ 62 emulation_handler.cpp TEHistory.cpp \
63 TEScreen.cpp TEWidget.cpp \ 63 TEScreen.cpp TEWidget.cpp \
64 TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ 64 TEmuVt102.cpp TEmulation.cpp MyPty.cpp \
65 consoleconfigwidget.cpp 65 consoleconfigwidget.cpp
66 66
67 67
68INTERFACES = configurebase.ui editbase.ui 68INTERFACES = configurebase.ui editbase.ui
69INCLUDEPATH += $(OPIEDIR)/include 69INCLUDEPATH += $(OPIEDIR)/include
70DEPENDPATH += $(OPIEDIR)/include 70DEPENDPATH += $(OPIEDIR)/include
71LIBS += -lqpe -lopie 71LIBS += -lqpe -lopie
72TARGET = opie-console 72TARGET = opie-console
73 73
74
75
76
77include ( ../../../include.pro )
diff --git a/noncore/apps/opie-console/test/console.pro b/noncore/apps/opie-console/test/console.pro
index 6de2cd0..ec3efbf 100644
--- a/noncore/apps/opie-console/test/console.pro
+++ b/noncore/apps/opie-console/test/console.pro
@@ -1,17 +1,21 @@
1TEMPLATE = app 1TEMPLATE = app
2#CONFIG = qt warn_on release 2#CONFIG = qt warn_on release
3 CONFIG = qt debug 3 CONFIG = qt debug
4#DESTDIR = $(OPIEDIR)/bin 4#DESTDIR = $(OPIEDIR)/bin
5HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\ 5HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\
6 senderui.h ../profile.h ../filetransfer.h ../procctl.h \ 6 senderui.h ../profile.h ../filetransfer.h ../procctl.h \
7 ../filereceive.h ../receive_layer.h 7 ../filereceive.h ../receive_layer.h
8SOURCES = ../io_layer.cpp ../io_serial.cpp \ 8SOURCES = ../io_layer.cpp ../io_serial.cpp \
9 ../profile.cpp ../sz_transfer.cpp ../file_layer.cpp\ 9 ../profile.cpp ../sz_transfer.cpp ../file_layer.cpp\
10 main.cpp senderui.cpp ../filetransfer.cpp ../procctl.cpp \ 10 main.cpp senderui.cpp ../filetransfer.cpp ../procctl.cpp \
11 ../filereceive.cpp ../receive_layer.cpp 11 ../filereceive.cpp ../receive_layer.cpp
12INTERFACES = sender.ui 12INTERFACES = sender.ui
13INCLUDEPATH += $(OPIEDIR)/include 13INCLUDEPATH += $(OPIEDIR)/include
14DEPENDPATH += $(OPIEDIR)/include 14DEPENDPATH += $(OPIEDIR)/include
15LIBS += -lqpe -lopie 15LIBS += -lqpe -lopie
16TARGET = test 16TARGET = test
17 17
18
19
20
21include ( ../../../../include.pro )
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index 139c03a..aae9a01 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -26,48 +26,52 @@ HEADERS = Aportis.h \
26 arith.h \ 26 arith.h \
27 cbkmkselector.h \ 27 cbkmkselector.h \
28 config.h \ 28 config.h \
29 fileBrowser.h \ 29 fileBrowser.h \
30 infowin.h \ 30 infowin.h \
31 my_list.h \ 31 my_list.h \
32 name.h \ 32 name.h \
33 opie.h \ 33 opie.h \
34 pdb.h \ 34 pdb.h \
35 plucker.h \ 35 plucker.h \
36 ppm.h \ 36 ppm.h \
37 ppm_expander.h \ 37 ppm_expander.h \
38 ustring.h \ 38 ustring.h \
39 utypes.h \ 39 utypes.h \
40 version.h \ 40 version.h \
41 ztxt.h 41 ztxt.h
42 42
43 SOURCES = Aportis.cpp \ 43 SOURCES = Aportis.cpp \
44 Bkmks.cpp \ 44 Bkmks.cpp \
45 BuffDoc.cpp \ 45 BuffDoc.cpp \
46 CBuffer.cpp \ 46 CBuffer.cpp \
47 CDrawBuffer.cpp \ 47 CDrawBuffer.cpp \
48 CEncoding.cpp \ 48 CEncoding.cpp \
49 CFilter.cpp \ 49 CFilter.cpp \
50 FontControl.cpp \ 50 FontControl.cpp \
51 Navigation.cpp \ 51 Navigation.cpp \
52 Palm2QImage.cpp \ 52 Palm2QImage.cpp \
53 QTReader.cpp \ 53 QTReader.cpp \
54 QTReaderApp.cpp \ 54 QTReaderApp.cpp \
55 QtrListView.cpp \ 55 QtrListView.cpp \
56 StyleConsts.cpp \ 56 StyleConsts.cpp \
57 arith_d.cpp \ 57 arith_d.cpp \
58 fileBrowser.cpp \ 58 fileBrowser.cpp \
59 infowin.cpp \ 59 infowin.cpp \
60 main.cpp \ 60 main.cpp \
61 pdb.cpp \ 61 pdb.cpp \
62 plucker.cpp \ 62 plucker.cpp \
63 ppm.cpp \ 63 ppm.cpp \
64 ppm_expander.cpp \ 64 ppm_expander.cpp \
65 ztxt.cpp 65 ztxt.cpp
66 66
67 INTERFACES= 67 INTERFACES=
68 DESTDIR = $(OPIEDIR)/bin 68 DESTDIR = $(OPIEDIR)/bin
69 INCLUDEPATH+= $(OPIEDIR)/include 69 INCLUDEPATH+= $(OPIEDIR)/include
70 DEPENDPATH+= $(OPIEDIR)/include 70 DEPENDPATH+= $(OPIEDIR)/include
71 TARGET = reader 71 TARGET = reader
72 LIBS += -lqpe 72 LIBS += -lqpe
73 73
74
75
76
77include ( ../../../include.pro )
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro
index bb8e29f..7256c0c 100644
--- a/noncore/apps/opie-sheet/opie-sheet.pro
+++ b/noncore/apps/opie-sheet/opie-sheet.pro
@@ -1,27 +1,31 @@
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 10
11TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ 11TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \
12 ../../../i18n/da/opie-sheet.ts \ 12 ../../../i18n/da/opie-sheet.ts \
13 ../../../i18n/xx/opie-sheet.ts \ 13 ../../../i18n/xx/opie-sheet.ts \
14 ../../../i18n/en/opie-sheet.ts \ 14 ../../../i18n/en/opie-sheet.ts \
15 ../../../i18n/es/opie-sheet.ts \ 15 ../../../i18n/es/opie-sheet.ts \
16 ../../../i18n/fr/opie-sheet.ts \ 16 ../../../i18n/fr/opie-sheet.ts \
17 ../../../i18n/hu/opie-sheet.ts \ 17 ../../../i18n/hu/opie-sheet.ts \
18 ../../../i18n/ja/opie-sheet.ts \ 18 ../../../i18n/ja/opie-sheet.ts \
19 ../../../i18n/ko/opie-sheet.ts \ 19 ../../../i18n/ko/opie-sheet.ts \
20 ../../../i18n/no/opie-sheet.ts \ 20 ../../../i18n/no/opie-sheet.ts \
21 ../../../i18n/pl/opie-sheet.ts \ 21 ../../../i18n/pl/opie-sheet.ts \
22 ../../../i18n/pt/opie-sheet.ts \ 22 ../../../i18n/pt/opie-sheet.ts \
23 ../../../i18n/pt_BR/opie-sheet.ts \ 23 ../../../i18n/pt_BR/opie-sheet.ts \
24 ../../../i18n/sl/opie-sheet.ts \ 24 ../../../i18n/sl/opie-sheet.ts \
25 ../../../i18n/zh_CN/opie-sheet.ts \ 25 ../../../i18n/zh_CN/opie-sheet.ts \
26 ../../../i18n/zh_TW/opie-sheet.ts \ 26 ../../../i18n/zh_TW/opie-sheet.ts \
27 ../../../i18n/it/opie-sheet.ts 27 ../../../i18n/it/opie-sheet.ts
28
29
30
31include ( ../../../include.pro )
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro
index e2ce3a9..6a9d96d 100644
--- a/noncore/apps/opie-write/opie-write.pro
+++ b/noncore/apps/opie-write/opie-write.pro
@@ -1,25 +1,29 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 3
4 DESTDIR = $(OPIEDIR)/bin 4 DESTDIR = $(OPIEDIR)/bin
5 5
6 HEADERS =qcleanuphandler.h \ 6 HEADERS =qcleanuphandler.h \
7 qcomplextext_p.h \ 7 qcomplextext_p.h \
8 qrichtext_p.h \ 8 qrichtext_p.h \
9 qstylesheet.h \ 9 qstylesheet.h \
10 qtextedit.h \ 10 qtextedit.h \
11 mainwindow.h 11 mainwindow.h
12 12
13 SOURCES =qcomplextext.cpp \ 13 SOURCES =qcomplextext.cpp \
14 qstylesheet.cpp \ 14 qstylesheet.cpp \
15 qrichtext_p.cpp \ 15 qrichtext_p.cpp \
16 qrichtext.cpp \ 16 qrichtext.cpp \
17 qtextedit.cpp \ 17 qtextedit.cpp \
18 main.cpp \ 18 main.cpp \
19 mainwindow.cpp 19 mainwindow.cpp
20 20
21 INCLUDEPATH+= $(OPIEDIR)/include 21 INCLUDEPATH+= $(OPIEDIR)/include
22 DEPENDPATH+= $(OPIEDIR)/include 22 DEPENDPATH+= $(OPIEDIR)/include
23LIBS += -lqpe 23LIBS += -lqpe
24 24
25 TARGET = opie-write 25 TARGET = opie-write
26
27
28
29include ( ../../../include.pro )
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro
index 5381e10..84ae7c5 100644
--- a/noncore/apps/oxygen/oxygen.pro
+++ b/noncore/apps/oxygen/oxygen.pro
@@ -1,44 +1,48 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = oxygen.h \ 3 HEADERS = oxygen.h \
4 kmolcalc.h \ 4 kmolcalc.h \
5 kmolelements.h \ 5 kmolelements.h \
6 calcdlgui.h \ 6 calcdlgui.h \
7 dataTable.h \ 7 dataTable.h \
8 psewidget.h \ 8 psewidget.h \
9 oxyframe.h \ 9 oxyframe.h \
10 datawidgetui.h 10 datawidgetui.h
11 11
12 SOURCES = main.cpp \ 12 SOURCES = main.cpp \
13 oxygen.cpp \ 13 oxygen.cpp \
14 kmolcalc.cpp \ 14 kmolcalc.cpp \
15 calcdlgui.cpp \ 15 calcdlgui.cpp \
16 kmolelements.cpp \ 16 kmolelements.cpp \
17 dataTable.cpp \ 17 dataTable.cpp \
18 psewidget.cpp \ 18 psewidget.cpp \
19 oxyframe.cpp \ 19 oxyframe.cpp \
20 datawidgetui.cpp 20 datawidgetui.cpp
21INCLUDEPATH += $(OPIEDIR)/include 21INCLUDEPATH += $(OPIEDIR)/include
22DEPENDPATH += $(OPIEDIR)/include 22DEPENDPATH += $(OPIEDIR)/include
23 LIBS += -lqpe -lstdc++ 23 LIBS += -lqpe -lstdc++
24 INTERFACES= calcdlg.ui 24 INTERFACES= calcdlg.ui
25 TARGET = oxygen 25 TARGET = oxygen
26 DESTDIR = $(OPIEDIR)/bin 26 DESTDIR = $(OPIEDIR)/bin
27 27
28TRANSLATIONS = ../../../i18n/de/oxygen.ts \ 28TRANSLATIONS = ../../../i18n/de/oxygen.ts \
29 ../../../i18n/xx/oxygen.ts \ 29 ../../../i18n/xx/oxygen.ts \
30 ../../../i18n/en/oxygen.ts \ 30 ../../../i18n/en/oxygen.ts \
31 ../../../i18n/es/oxygen.ts \ 31 ../../../i18n/es/oxygen.ts \
32 ../../../i18n/fr/oxygen.ts \ 32 ../../../i18n/fr/oxygen.ts \
33 ../../../i18n/hu/oxygen.ts \ 33 ../../../i18n/hu/oxygen.ts \
34 ../../../i18n/ja/oxygen.ts \ 34 ../../../i18n/ja/oxygen.ts \
35 ../../../i18n/ko/oxygen.ts \ 35 ../../../i18n/ko/oxygen.ts \
36 ../../../i18n/no/oxygen.ts \ 36 ../../../i18n/no/oxygen.ts \
37 ../../../i18n/pl/oxygen.ts \ 37 ../../../i18n/pl/oxygen.ts \
38 ../../../i18n/pt/oxygen.ts \ 38 ../../../i18n/pt/oxygen.ts \
39 ../../../i18n/pt_BR/oxygen.ts \ 39 ../../../i18n/pt_BR/oxygen.ts \
40 ../../../i18n/sl/oxygen.ts \ 40 ../../../i18n/sl/oxygen.ts \
41 ../../../i18n/zh_CN/oxygen.ts \ 41 ../../../i18n/zh_CN/oxygen.ts \
42 ../../../i18n/zh_TW/oxygen.ts \ 42 ../../../i18n/zh_TW/oxygen.ts \
43 ../../../i18n/it/oxygen.ts \ 43 ../../../i18n/it/oxygen.ts \
44 ../../../i18n/da/oxygen.ts 44 ../../../i18n/da/oxygen.ts
45
46
47
48include ( ../../../include.pro )
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 18fa7b3..91222d2 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -6,48 +6,52 @@ HEADERS = tableviewer.h \
6 ui/commonwidgets.h \ 6 ui/commonwidgets.h \
7 ui/tvbrowseview.h \ 7 ui/tvbrowseview.h \
8 ui/tvlistview.h \ 8 ui/tvlistview.h \
9 ui/tvfilterview.h \ 9 ui/tvfilterview.h \
10 ui/tveditview.h \ 10 ui/tveditview.h \
11 ui/browsekeyentry.h \ 11 ui/browsekeyentry.h \
12 ui/filterkeyentry.h \ 12 ui/filterkeyentry.h \
13 ui/tvkeyedit.h \ 13 ui/tvkeyedit.h \
14 db/datacache.h \ 14 db/datacache.h \
15 db/common.h \ 15 db/common.h \
16 db/xmlsource.h \ 16 db/xmlsource.h \
17 db/csvsource.h 17 db/csvsource.h
18 SOURCES = main.cpp \ 18 SOURCES = main.cpp \
19 tableviewer.cpp \ 19 tableviewer.cpp \
20 ui/commonwidgets.cpp \ 20 ui/commonwidgets.cpp \
21 ui/tvbrowseview.cpp \ 21 ui/tvbrowseview.cpp \
22 ui/tvfilterview.cpp \ 22 ui/tvfilterview.cpp \
23 ui/browsekeyentry.cpp \ 23 ui/browsekeyentry.cpp \
24 ui/filterkeyentry.cpp \ 24 ui/filterkeyentry.cpp \
25 ui/tvlistview.cpp \ 25 ui/tvlistview.cpp \
26 ui/tveditview.cpp \ 26 ui/tveditview.cpp \
27 ui/tvkeyedit.cpp \ 27 ui/tvkeyedit.cpp \
28 db/datacache.cpp \ 28 db/datacache.cpp \
29 db/xmlsource.cpp \ 29 db/xmlsource.cpp \
30 db/csvsource.cpp \ 30 db/csvsource.cpp \
31 db/common.cpp 31 db/common.cpp
32 INTERFACES= ui/tvkeyedit_gen.ui 32 INTERFACES= ui/tvkeyedit_gen.ui
33 TARGET = tableviewer 33 TARGET = tableviewer
34INCLUDEPATH += $(OPIEDIR)/include 34INCLUDEPATH += $(OPIEDIR)/include
35DEPENDPATH += $(OPIEDIR)/include 35DEPENDPATH += $(OPIEDIR)/include
36 LIBS += -lqpe 36 LIBS += -lqpe
37 37
38TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ 38TRANSLATIONS = ../../../i18n/de/tableviewer.ts \
39 ../../../i18n/da/tableviewer.ts \ 39 ../../../i18n/da/tableviewer.ts \
40 ../../../i18n/xx/tableviewer.ts \ 40 ../../../i18n/xx/tableviewer.ts \
41 ../../../i18n/en/tableviewer.ts \ 41 ../../../i18n/en/tableviewer.ts \
42 ../../../i18n/es/tableviewer.ts \ 42 ../../../i18n/es/tableviewer.ts \
43 ../../../i18n/fr/tableviewer.ts \ 43 ../../../i18n/fr/tableviewer.ts \
44 ../../../i18n/hu/tableviewer.ts \ 44 ../../../i18n/hu/tableviewer.ts \
45 ../../../i18n/ja/tableviewer.ts \ 45 ../../../i18n/ja/tableviewer.ts \
46 ../../../i18n/ko/tableviewer.ts \ 46 ../../../i18n/ko/tableviewer.ts \
47 ../../../i18n/no/tableviewer.ts \ 47 ../../../i18n/no/tableviewer.ts \
48 ../../../i18n/pl/tableviewer.ts \ 48 ../../../i18n/pl/tableviewer.ts \
49 ../../../i18n/pt/tableviewer.ts \ 49 ../../../i18n/pt/tableviewer.ts \
50 ../../../i18n/pt_BR/tableviewer.ts \ 50 ../../../i18n/pt_BR/tableviewer.ts \
51 ../../../i18n/sl/tableviewer.ts \ 51 ../../../i18n/sl/tableviewer.ts \
52 ../../../i18n/zh_CN/tableviewer.ts \ 52 ../../../i18n/zh_CN/tableviewer.ts \
53 ../../../i18n/zh_TW/tableviewer.ts 53 ../../../i18n/zh_TW/tableviewer.ts
54
55
56
57include ( ../../../include.pro )
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro
index a504abf..fdae834 100644
--- a/noncore/apps/tinykate/libkate/libkate.pro
+++ b/noncore/apps/tinykate/libkate/libkate.pro
@@ -43,48 +43,52 @@ HEADERS = microkde/kapplication.h \
43 interfaces/view.h \ 43 interfaces/view.h \
44 interfaces/document.h \ 44 interfaces/document.h \
45 ktexteditor/ktexteditor.h 45 ktexteditor/ktexteditor.h
46 46
47 SOURCES = microkde/kapplication.cpp \ 47 SOURCES = microkde/kapplication.cpp \
48 microkde/kdialogbase.cpp \ 48 microkde/kdialogbase.cpp \
49 microkde/kconfig.cpp \ 49 microkde/kconfig.cpp \
50 microkde/klocale.cpp \ 50 microkde/klocale.cpp \
51 microkde/kmessagebox.cpp \ 51 microkde/kmessagebox.cpp \
52 microkde/kprocess.cpp \ 52 microkde/kprocess.cpp \
53 microkde/kstandarddirs.cpp \ 53 microkde/kstandarddirs.cpp \
54 microkde/ktempfile.cpp \ 54 microkde/ktempfile.cpp \
55 microkde/kurlrequester.cpp \ 55 microkde/kurlrequester.cpp \
56 microkde/kcolordialog.cpp \ 56 microkde/kcolordialog.cpp \
57 microkde/kfontdialog.cpp \ 57 microkde/kfontdialog.cpp \
58 microkde/krun.cpp \ 58 microkde/krun.cpp \
59 microkde/knumvalidator.cpp \ 59 microkde/knumvalidator.cpp \
60 microkde/kglobal.cpp \ 60 microkde/kglobal.cpp \
61 microkde/kglobalsettings.cpp \ 61 microkde/kglobalsettings.cpp \
62 microkde/kcolorbtn.cpp \ 62 microkde/kcolorbtn.cpp \
63 \ 63 \
64 \ 64 \
65 qt3back/qregexp3.cpp \ 65 qt3back/qregexp3.cpp \
66 ktexteditor/ktexteditor.cpp \ 66 ktexteditor/ktexteditor.cpp \
67 document/katebuffer.cpp document/katedialogs.cpp \ 67 document/katebuffer.cpp document/katedialogs.cpp \
68 document/katehighlight.cpp \ 68 document/katehighlight.cpp \
69 document/katecmd.cpp \ 69 document/katecmd.cpp \
70 document/katesyntaxdocument.cpp document/katecmds.cpp \ 70 document/katesyntaxdocument.cpp document/katecmds.cpp \
71 document/katedocument.cpp document/katetextline.cpp \ 71 document/katedocument.cpp document/katetextline.cpp \
72 view/kateundohistory.cpp \ 72 view/kateundohistory.cpp \
73 view/kateview.cpp \ 73 view/kateview.cpp \
74 view/kateviewdialog.cpp \ 74 view/kateviewdialog.cpp \
75 interfaces/interfaces.cpp 75 interfaces/interfaces.cpp
76 76
77 INTERFACES= 77 INTERFACES=
78 INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ 78 INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \
79 $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ 79 $(OPIEDIR)/noncore/apps/tinykate/libkate/document \
80 $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ 80 $(OPIEDIR)/noncore/apps/tinykate/libkate/view \
81 $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ 81 $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \
82 $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ 82 $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \
83 $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back 83 $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back
84 DEPENDPATH+= $(OPIEDIR)/include 84 DEPENDPATH+= $(OPIEDIR)/include
85LIBS += -lqpe -lopie 85LIBS += -lqpe -lopie
86 TARGET = tinykate 86 TARGET = tinykate
87 87
88INCLUDEPATH += $(OPIEDIR)/include 88INCLUDEPATH += $(OPIEDIR)/include
89DESTDIR = $(QTDIR)/lib$(PROJMAK) 89DESTDIR = $(QTDIR)/lib$(PROJMAK)
90 90
91
92
93
94include ( ../../../../include.pro )
diff --git a/noncore/apps/tinykate/tinykate.pro b/noncore/apps/tinykate/tinykate.pro
index 2079041..11b4e5d 100644
--- a/noncore/apps/tinykate/tinykate.pro
+++ b/noncore/apps/tinykate/tinykate.pro
@@ -1,16 +1,20 @@
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 = tinykate.h 4 HEADERS = tinykate.h
5 SOURCES = tinykate.cpp main.cpp 5 SOURCES = tinykate.cpp main.cpp
6 INTERFACES= 6 INTERFACES=
7 INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ 7 INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \
8 $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ 8 $(OPIEDIR)/noncore/apps/tinykate/libkate/document \
9 $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ 9 $(OPIEDIR)/noncore/apps/tinykate/libkate/view \
10 $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ 10 $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \
11 $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ 11 $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \
12 $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back 12 $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back
13 13
14 DEPENDPATH+= $(OPIEDIR)/include 14 DEPENDPATH+= $(OPIEDIR)/include
15LIBS += -lqpe -ltinykate -lopie 15LIBS += -lqpe -ltinykate -lopie
16 TARGET = tinykate 16 TARGET = tinykate
17
18
19
20include ( ../../../include.pro )