-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 2 | ||||
-rw-r--r-- | noncore/games/kbill/kbill.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/qpdf/qpdf.pro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 77cbf77..eca1c5d 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -7,33 +7,33 @@ HEADERS = oxygen.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 |
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH += $(OPIEDIR)/include | 22 | DEPENDPATH += $(OPIEDIR)/include |
23 | LIBS += -lqpe | 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 | ||
28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts \ | 28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts \ |
29 | ../../../i18n/en/oxygen.ts \ | 29 | ../../../i18n/en/oxygen.ts \ |
30 | ../../../i18n/es/oxygen.ts \ | 30 | ../../../i18n/es/oxygen.ts \ |
31 | ../../../i18n/fr/oxygen.ts \ | 31 | ../../../i18n/fr/oxygen.ts \ |
32 | ../../../i18n/hu/oxygen.ts \ | 32 | ../../../i18n/hu/oxygen.ts \ |
33 | ../../../i18n/ja/oxygen.ts \ | 33 | ../../../i18n/ja/oxygen.ts \ |
34 | ../../../i18n/ko/oxygen.ts \ | 34 | ../../../i18n/ko/oxygen.ts \ |
35 | ../../../i18n/no/oxygen.ts \ | 35 | ../../../i18n/no/oxygen.ts \ |
36 | ../../../i18n/pl/oxygen.ts \ | 36 | ../../../i18n/pl/oxygen.ts \ |
37 | ../../../i18n/pt/oxygen.ts \ | 37 | ../../../i18n/pt/oxygen.ts \ |
38 | ../../../i18n/pt_BR/oxygen.ts \ | 38 | ../../../i18n/pt_BR/oxygen.ts \ |
39 | ../../../i18n/sl/oxygen.ts \ | 39 | ../../../i18n/sl/oxygen.ts \ |
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index e0f6d1c..119b4c3 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -1,29 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ | 3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ |
4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ | 4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ |
5 | UI.h objects.h inputbox.h | 5 | UI.h objects.h inputbox.h |
6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ | 6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ |
7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ | 7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ |
8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp | 8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp |
9 | INTERFACES = helpdialog.ui | 9 | INTERFACES = helpdialog.ui |
10 | TARGET = kbill | 10 | TARGET = kbill |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe -lstdc++ |
14 | DESTDIR = $(OPIEDIR)/bin | 14 | DESTDIR = $(OPIEDIR)/bin |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ |
17 | ../../../i18n/en/kbill.ts \ | 17 | ../../../i18n/en/kbill.ts \ |
18 | ../../../i18n/es/kbill.ts \ | 18 | ../../../i18n/es/kbill.ts \ |
19 | ../../../i18n/fr/kbill.ts \ | 19 | ../../../i18n/fr/kbill.ts \ |
20 | ../../../i18n/hu/kbill.ts \ | 20 | ../../../i18n/hu/kbill.ts \ |
21 | ../../../i18n/ja/kbill.ts \ | 21 | ../../../i18n/ja/kbill.ts \ |
22 | ../../../i18n/ko/kbill.ts \ | 22 | ../../../i18n/ko/kbill.ts \ |
23 | ../../../i18n/no/kbill.ts \ | 23 | ../../../i18n/no/kbill.ts \ |
24 | ../../../i18n/pl/kbill.ts \ | 24 | ../../../i18n/pl/kbill.ts \ |
25 | ../../../i18n/pt/kbill.ts \ | 25 | ../../../i18n/pt/kbill.ts \ |
26 | ../../../i18n/pt_BR/kbill.ts \ | 26 | ../../../i18n/pt_BR/kbill.ts \ |
27 | ../../../i18n/sl/kbill.ts \ | 27 | ../../../i18n/sl/kbill.ts \ |
28 | ../../../i18n/zh_CN/kbill.ts \ | 28 | ../../../i18n/zh_CN/kbill.ts \ |
29 | ../../../i18n/zh_TW/kbill.ts | 29 | ../../../i18n/zh_TW/kbill.ts |
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index 39cbbae..fce3ba6 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -36,33 +36,33 @@ SOURCES = xpdf/Array.cc \ | |||
36 | QOutputDev.cpp \ | 36 | QOutputDev.cpp \ |
37 | QPEOutputDev.cpp \ | 37 | QPEOutputDev.cpp \ |
38 | qpdf.cpp \ | 38 | qpdf.cpp \ |
39 | qbusybar.cpp \ | 39 | qbusybar.cpp \ |
40 | gooStub.cpp | 40 | gooStub.cpp |
41 | HEADERS = QOutputDev.h \ | 41 | HEADERS = QOutputDev.h \ |
42 | QPEOutputDev.h \ | 42 | QPEOutputDev.h \ |
43 | qbusybar.h \ | 43 | qbusybar.h \ |
44 | qpdf.h | 44 | qpdf.h |
45 | INCLUDEPATH += . \ | 45 | INCLUDEPATH += . \ |
46 | .. \ | 46 | .. \ |
47 | xpdf \ | 47 | xpdf \ |
48 | $(OPIEDIR)/include \ | 48 | $(OPIEDIR)/include \ |
49 | ../goo \ | 49 | ../goo \ |
50 | goo | 50 | goo |
51 | 51 | ||
52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie | 52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ |
53 | DESTDIR = $(OPIEDIR)/bin | 53 | DESTDIR = $(OPIEDIR)/bin |
54 | TARGET = qpdf | 54 | TARGET = qpdf |
55 | 55 | ||
56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ | 56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ |
57 | ../../../i18n/en/qpdf.ts \ | 57 | ../../../i18n/en/qpdf.ts \ |
58 | ../../../i18n/es/qpdf.ts \ | 58 | ../../../i18n/es/qpdf.ts \ |
59 | ../../../i18n/fr/qpdf.ts \ | 59 | ../../../i18n/fr/qpdf.ts \ |
60 | ../../../i18n/hu/qpdf.ts \ | 60 | ../../../i18n/hu/qpdf.ts \ |
61 | ../../../i18n/ja/qpdf.ts \ | 61 | ../../../i18n/ja/qpdf.ts \ |
62 | ../../../i18n/ko/qpdf.ts \ | 62 | ../../../i18n/ko/qpdf.ts \ |
63 | ../../../i18n/no/qpdf.ts \ | 63 | ../../../i18n/no/qpdf.ts \ |
64 | ../../../i18n/pl/qpdf.ts \ | 64 | ../../../i18n/pl/qpdf.ts \ |
65 | ../../../i18n/pt/qpdf.ts \ | 65 | ../../../i18n/pt/qpdf.ts \ |
66 | ../../../i18n/pt_BR/qpdf.ts \ | 66 | ../../../i18n/pt_BR/qpdf.ts \ |
67 | ../../../i18n/sl/qpdf.ts \ | 67 | ../../../i18n/sl/qpdf.ts \ |
68 | ../../../i18n/zh_CN/qpdf.ts \ | 68 | ../../../i18n/zh_CN/qpdf.ts \ |