author | drw <drw> | 2004-03-02 23:09:26 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 23:09:26 (UTC) |
commit | 9d88f8bbfec1b1e45382c499f32789688fbdca3f (patch) (side-by-side diff) | |
tree | 9969ad6d850d1f40d5c3766baedc2973a91fd065 | |
parent | a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd (diff) | |
download | opie-9d88f8bbfec1b1e45382c499f32789688fbdca3f.zip opie-9d88f8bbfec1b1e45382c499f32789688fbdca3f.tar.gz opie-9d88f8bbfec1b1e45382c499f32789688fbdca3f.tar.bz2 |
ZLines: libopie -> libopie2
-rw-r--r-- | noncore/games/zlines/config.in | 2 | ||||
-rw-r--r-- | noncore/games/zlines/main.cpp | 5 | ||||
-rw-r--r-- | noncore/games/zlines/opie-zlines.control | 2 | ||||
-rw-r--r-- | noncore/games/zlines/zlines.pro | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/noncore/games/zlines/config.in b/noncore/games/zlines/config.in index 521c013..5914114 100644 --- a/noncore/games/zlines/config.in +++ b/noncore/games/zlines/config.in @@ -1,4 +1,4 @@ config ZLINES boolean "opie-zlines ()" default "y" - depends ( LIBQPE || LIBQPE-X11 ) + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/zlines/main.cpp b/noncore/games/zlines/main.cpp index 238e7d3..d1709e4 100644 --- a/noncore/games/zlines/main.cpp +++ b/noncore/games/zlines/main.cpp @@ -12,18 +12,17 @@ * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ /* * Roman Razilov 2000-05-19 debug dummmy * Roman Razilov 2000-05-21 qimgio */ - - -#include <opie/oapplicationfactory.h> #include "klines.h" +#include <opie2/oapplicationfactory.h> + OPIE_EXPORT_APP( OApplicationFactory<KLines> ) diff --git a/noncore/games/zlines/opie-zlines.control b/noncore/games/zlines/opie-zlines.control index 3ac00bf..1f5cd51 100644 --- a/noncore/games/zlines/opie-zlines.control +++ b/noncore/games/zlines/opie-zlines.control @@ -1,10 +1,10 @@ Package: opie-zlines Files: plugins/application/libzlines.so* bin/zlines apps/Games/zlines.desktop pics/zlines Priority: optional Section: opie/games Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org> Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: ZLines A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION diff --git a/noncore/games/zlines/zlines.pro b/noncore/games/zlines/zlines.pro index e3f8a29..79d78c6 100644 --- a/noncore/games/zlines/zlines.pro +++ b/noncore/games/zlines/zlines.pro @@ -1,10 +1,10 @@ CONFIG = qt quick-app HEADERS = ballpainter.h cfg.h linesboard.h prompt.h cell.h field.h klines.h mwidget.h SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp TARGET = zlines -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 INCLUDEPATH += $(OPIEDIR)/include/ DEPENDPATH += $(OPIEDIR)/include/ include ($(OPIEDIR)/include.pro) |