author | drw <drw> | 2004-03-02 23:12:13 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 23:12:13 (UTC) |
commit | abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab (patch) (side-by-side diff) | |
tree | f311531f0c554b2b65865241e61ad8c1686b5388 /noncore | |
parent | 9d88f8bbfec1b1e45382c499f32789688fbdca3f (diff) | |
download | opie-abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab.zip opie-abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab.tar.gz opie-abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab.tar.bz2 |
ParaShoot: libopie -> libopie2
-rw-r--r-- | noncore/games/parashoot/config.in | 2 | ||||
-rw-r--r-- | noncore/games/parashoot/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/parashoot/opie-parashoot.control | 2 | ||||
-rw-r--r-- | noncore/games/parashoot/parashoot.pro | 4 |
4 files changed, 5 insertions, 5 deletions
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 @@ -1,26 +1,26 @@ /********************************************************************** ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qtopia Environment. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #include "interface.h" -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<ParaShoot> ) 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 @@ -1,10 +1,10 @@ Package: opie-parashoot Files: plugins/application/libparashoot.so* bin/parashoot apps/Games/parashoot.desktop pics/parashoot Priority: optional Section: opie/games Maintainer: Martin Imobersteg <imm@gmx.ch> 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,11 +1,11 @@ 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 include ( $(OPIEDIR)/include.pro ) |