summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/zlines/config.in2
-rw-r--r--noncore/games/zlines/main.cpp5
-rw-r--r--noncore/games/zlines/opie-zlines.control2
-rw-r--r--noncore/games/zlines/zlines.pro2
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 @@
1 config ZLINES 1 config ZLINES
2 boolean "opie-zlines ()" 2 boolean "opie-zlines ()"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) 4 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
@@ -1,29 +1,28 @@
1/*************************************************************************** 1/***************************************************************************
2 main.cpp - description 2 main.cpp - description
3 ------------------- 3 -------------------
4 begin : Fri May 19 2000 4 begin : Fri May 19 2000
5 copyright : (C) 2000 by Roman Merzlyakov 5 copyright : (C) 2000 by Roman Merzlyakov
6 email : roman@sbrf.barrt.ru 6 email : roman@sbrf.barrt.ru
7 copyright : (C) 2000 by Roman Razilov 7 copyright : (C) 2000 by Roman Razilov
8 email : Roman.Razilov@gmx.de 8 email : Roman.Razilov@gmx.de
9 ***************************************************************************/ 9 ***************************************************************************/
10 10
11/*************************************************************************** 11/***************************************************************************
12 * * 12 * *
13 * This program is free software; you can redistribute it and/or modify * 13 * This program is free software; you can redistribute it and/or modify *
14 * it under the terms of the GNU General Public License as published by * 14 * it under the terms of the GNU General Public License as published by *
15 * the Free Software Foundation; either version 2 of the License, or * 15 * the Free Software Foundation; either version 2 of the License, or *
16 * (at your option) any later version. * 16 * (at your option) any later version. *
17 * * 17 * *
18 ***************************************************************************/ 18 ***************************************************************************/
19 /* 19 /*
20 * Roman Razilov 2000-05-19 debug dummmy 20 * Roman Razilov 2000-05-19 debug dummmy
21 * Roman Razilov 2000-05-21 qimgio 21 * Roman Razilov 2000-05-21 qimgio
22*/ 22*/
23 23
24
25
26#include <opie/oapplicationfactory.h>
27#include "klines.h" 24#include "klines.h"
28 25
26#include <opie2/oapplicationfactory.h>
27
29OPIE_EXPORT_APP( OApplicationFactory<KLines> ) 28OPIE_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 @@
1Package: opie-zlines 1Package: opie-zlines
2Files: plugins/application/libzlines.so* bin/zlines apps/Games/zlines.desktop pics/zlines 2Files: plugins/application/libzlines.so* bin/zlines apps/Games/zlines.desktop pics/zlines
3Priority: optional 3Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org> 5Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: ZLines 8Description: ZLines
9 A game for the Opie environment. 9 A game for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $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 @@
1 CONFIG = qt quick-app 1 CONFIG = qt quick-app
2 HEADERS = ballpainter.h cfg.h linesboard.h prompt.h cell.h field.h klines.h mwidget.h 2 HEADERS = ballpainter.h cfg.h linesboard.h prompt.h cell.h field.h klines.h mwidget.h
3 SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp 3 SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp
4 TARGET = zlines 4 TARGET = zlines
5 LIBS += -lqpe 5 LIBS += -lqpe -lopiecore2
6 INCLUDEPATH+= $(OPIEDIR)/include/ 6 INCLUDEPATH+= $(OPIEDIR)/include/
7 DEPENDPATH+= $(OPIEDIR)/include/ 7 DEPENDPATH+= $(OPIEDIR)/include/
8 8
9 9
10include ($(OPIEDIR)/include.pro) 10include ($(OPIEDIR)/include.pro)