summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro2
-rw-r--r--noncore/games/sfcave/sfcave.pro2
-rw-r--r--noncore/tools/euroconv/euroconv.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index e0578e2..c8311ff 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -2,10 +2,10 @@ CONFIG += qt warn_on quick-app
2 HEADERS = mindbreaker.h 2 HEADERS = mindbreaker.h
3 SOURCES = main.cpp \ 3 SOURCES = main.cpp \
4 mindbreaker.cpp 4 mindbreaker.cpp
5TARGET = mindbreaker 5TARGET = mindbreaker
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe -lopiecore2
9 9
10 10
11include( $(OPIEDIR)/include.pro ) 11include( $(OPIEDIR)/include.pro )
diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro
index 8005693..b75e29f 100644
--- a/noncore/games/sfcave/sfcave.pro
+++ b/noncore/games/sfcave/sfcave.pro
@@ -1,10 +1,10 @@
1 CONFIG += qt quick-app 1 CONFIG += qt quick-app
2 SOURCES = sfcave.cpp helpwindow.cpp random.cpp 2 SOURCES = sfcave.cpp helpwindow.cpp random.cpp
3 HEADERS = sfcave.h helpwindow.h random.h 3 HEADERS = sfcave.h helpwindow.h random.h
4 TARGET = sfcave 4 TARGET = sfcave
5 INCLUDEPATH += $(OPIEDIR)/include 5 INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 8
9 9
10include( $(OPIEDIR)/include.pro ) 10include( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/euroconv/euroconv.pro b/noncore/tools/euroconv/euroconv.pro
index 38ff320..4a65ce9 100644
--- a/noncore/tools/euroconv/euroconv.pro
+++ b/noncore/tools/euroconv/euroconv.pro
@@ -3,11 +3,11 @@ HEADERS = calcdisplay.h \
3 calckeypad.h 3 calckeypad.h
4 SOURCES = calcdisplay.cpp \ 4 SOURCES = calcdisplay.cpp \
5 calckeypad.cpp \ 5 calckeypad.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe -lopiecore2
10 INTERFACES= 10 INTERFACES=
11TARGET = euroconv 11TARGET = euroconv
12 12
13include( $(OPIEDIR)/include.pro ) 13include( $(OPIEDIR)/include.pro )