-rw-r--r-- | noncore/games/mindbreaker/mindbreaker.pro | 2 | ||||
-rw-r--r-- | noncore/games/sfcave/sfcave.pro | 2 | ||||
-rw-r--r-- | noncore/tools/euroconv/euroconv.pro | 2 |
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 | |||
@@ -5,7 +5,7 @@ SOURCES = main.cpp \ | |||
5 | TARGET = mindbreaker | 5 | TARGET = mindbreaker |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe -lopiecore2 |
9 | 9 | ||
10 | 10 | ||
11 | include( $(OPIEDIR)/include.pro ) | 11 | include( $(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 | |||
@@ -4,7 +4,7 @@ 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 |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | 8 | ||
9 | 9 | ||
10 | include( $(OPIEDIR)/include.pro ) | 10 | include( $(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 | |||
@@ -6,7 +6,7 @@ SOURCES = calcdisplay.cpp \ | |||
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe -lopiecore2 |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = euroconv | 11 | TARGET = euroconv |
12 | 12 | ||