author | alwin <alwin> | 2005-03-23 12:08:15 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-23 12:08:15 (UTC) |
commit | a7ad8920579b42dc5a1660808c01c8973e3a6b9b (patch) (unidiff) | |
tree | b419f5f79ca897f528cdb2afbf6a243642b1a0c6 | |
parent | 1c59eaa705074f6c6295eff5529bc31b25647a2e (diff) | |
download | opie-a7ad8920579b42dc5a1660808c01c8973e3a6b9b.zip opie-a7ad8920579b42dc5a1660808c01c8973e3a6b9b.tar.gz opie-a7ad8920579b42dc5a1660808c01c8973e3a6b9b.tar.bz2 |
link against libopiecore2
-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 | |||
@@ -7,3 +7,3 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe -lopiecore2 |
9 | 9 | ||
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 | |||
@@ -6,3 +6,3 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | 8 | ||
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 | |||
@@ -8,3 +8,3 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe -lopiecore2 |
10 | INTERFACES= | 10 | INTERFACES= |