From abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 02 Mar 2004 23:12:13 +0000 Subject: ParaShoot: libopie -> libopie2 --- diff --git a/noncore/games/parashoot/config.in b/noncore/games/parashoot/config.in index bd48001..20f606d 100644 --- a/noncore/games/parashoot/config.in +++ b/noncore/games/parashoot/config.in @@ -1,4 +1,4 @@ config PARASHOOT boolean "opie-parashoot (shoot the parachutists)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/parashoot/main.cpp b/noncore/games/parashoot/main.cpp index 40f809f..81d513d 100644 --- a/noncore/games/parashoot/main.cpp +++ b/noncore/games/parashoot/main.cpp @@ -20,7 +20,7 @@ #include "interface.h" -#include +#include OPIE_EXPORT_APP( OApplicationFactory ) diff --git a/noncore/games/parashoot/opie-parashoot.control b/noncore/games/parashoot/opie-parashoot.control index 139dd3c..f08be29 100644 --- a/noncore/games/parashoot/opie-parashoot.control +++ b/noncore/games/parashoot/opie-parashoot.control @@ -4,7 +4,7 @@ Priority: optional Section: opie/games Maintainer: Martin Imobersteg Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Game: shoot the parachutists A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index f5d103a..6b7a559 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro @@ -1,10 +1,10 @@ CONFIG += qt warn_on release quick-app HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp -TARGET = parashoot +TARGET = parashoot INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 -- cgit v0.9.0.2