summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.pro2
-rw-r--r--noncore/games/kbill/kbill.pro2
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro2
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
@@ -17,13 +17,13 @@ SOURCES = main.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 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/en/oxygen.ts \ 29 ../../../i18n/en/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
@@ -7,13 +7,13 @@ SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \
7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ 7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \
8Spark.cc UI.cpp inputbox.cpp kbill.cpp 8Spark.cc UI.cpp inputbox.cpp kbill.cpp
9INTERFACES = helpdialog.ui 9INTERFACES = 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
16TRANSLATIONS = ../../../i18n/de/kbill.ts \ 16TRANSLATIONS = ../../../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 \
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
@@ -46,13 +46,13 @@ INCLUDEPATH += . \
46 .. \ 46 .. \
47 xpdf \ 47 xpdf \
48 $(OPIEDIR)/include \ 48 $(OPIEDIR)/include \
49 ../goo \ 49 ../goo \
50 goo 50 goo
51 51
52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie 52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++
53DESTDIR = $(OPIEDIR)/bin 53DESTDIR = $(OPIEDIR)/bin
54TARGET = qpdf 54TARGET = qpdf
55 55
56TRANSLATIONS = ../../../i18n/de/qpdf.ts \ 56TRANSLATIONS = ../../../i18n/de/qpdf.ts \
57 ../../../i18n/en/qpdf.ts \ 57 ../../../i18n/en/qpdf.ts \
58 ../../../i18n/es/qpdf.ts \ 58 ../../../i18n/es/qpdf.ts \