From 9d88f8bbfec1b1e45382c499f32789688fbdca3f Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 02 Mar 2004 23:09:26 +0000 Subject: ZLines: libopie -> libopie2 --- 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 @@ -21,9 +21,8 @@ * Roman Razilov 2000-05-21 qimgio */ - - -#include #include "klines.h" +#include + OPIE_EXPORT_APP( OApplicationFactory ) 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 @@ -4,7 +4,7 @@ Priority: optional Section: opie/games Maintainer: Holger 'Zecke' Freyther 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 @@ -2,7 +2,7 @@ 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/ -- cgit v0.9.0.2