summaryrefslogtreecommitdiff
path: root/noncore/games
authormickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
committer mickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
commit185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (side-by-side diff)
treee506976bcd23f93c7670b5d7689fc961653d45f2 /noncore/games
parentdd23aa6470b671250ba57bec095d3bc0fab39102 (diff)
downloadopie-185e37c4372883a52a44318d1d70aa685417b3a6.zip
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.gz
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.bz2
remove hardcoded build types "debug" and "release". these are set by the build system
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/backgammon/backgammon.pro2
-rw-r--r--noncore/games/bounce/bounce.pro4
-rw-r--r--noncore/games/buzzword/buzzword.pro2
-rw-r--r--noncore/games/fifteen/fifteen.pro2
-rw-r--r--noncore/games/go/go.pro2
-rw-r--r--noncore/games/kbill/kbill.pro2
-rw-r--r--noncore/games/kcheckers/kcheckers.pro2
-rw-r--r--noncore/games/kpacman/kpacman.pro4
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro2
-rw-r--r--noncore/games/minesweep/minesweep.pro2
-rw-r--r--noncore/games/oyatzee/oyatzee.pro2
-rw-r--r--noncore/games/parashoot/parashoot.pro2
-rw-r--r--noncore/games/qasteroids/qasteroids.pro2
-rw-r--r--noncore/games/sfcave-sdl/sfcave-sdl.pro4
-rw-r--r--noncore/games/sfcave/sfcave.pro2
-rw-r--r--noncore/games/snake/snake.pro2
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro2
-rw-r--r--noncore/games/tetrix/tetrix.pro2
-rw-r--r--noncore/games/tictac/tictac.pro2
-rw-r--r--noncore/games/wordgame/wordgame.pro2
20 files changed, 23 insertions, 23 deletions
diff --git a/noncore/games/backgammon/backgammon.pro b/noncore/games/backgammon/backgammon.pro
index 409cbb8..f6a2227 100644
--- a/noncore/games/backgammon/backgammon.pro
+++ b/noncore/games/backgammon/backgammon.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = backgammon.h \
backgammonview.h \
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro
index 3892b4b..ba745c8 100644
--- a/noncore/games/bounce/bounce.pro
+++ b/noncore/games/bounce/bounce.pro
@@ -1,5 +1,5 @@
-#CONFIG = qt warn_on debug
-CONFIG = qt warn_on release quick-app
+#CONFIG = qt warn_on
+CONFIG = qt warn_on quick-app
HEADERS = game.h kbounce.h
SOURCES = game.cpp kbounce.cpp main.cpp
INCLUDEPATH += $(OPIEDIR)/include
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro
index d9e26f6..e934376 100644
--- a/noncore/games/buzzword/buzzword.pro
+++ b/noncore/games/buzzword/buzzword.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = buzzword.h
SOURCES = buzzword.cpp main.cpp
INCLUDEPATH += $(OPIEDIR)/include
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 6f90524..509f106 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = fifteen.h
SOURCES = fifteen.cpp \
main.cpp
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index befb67b..b73bbb0 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = amigo.h \
go.h \
goplayutils.h \
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro
index 82f0978..2d895b7 100644
--- a/noncore/games/kbill/kbill.pro
+++ b/noncore/games/kbill/kbill.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-CONFIG = qt warn_on release
+CONFIG = qt warn_on
HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \
Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \
UI.h objects.h inputbox.h
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index d7a2d31..f497ea5 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = checkers.h \
echeckers.h \
field.h \
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
index 4c66723..8453f78 100644
--- a/noncore/games/kpacman/kpacman.pro
+++ b/noncore/games/kpacman/kpacman.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
-#CONFIG = qt warn_on debug
-CONFIG = qt warn_on release
+#CONFIG = qt warn_on
+CONFIG = qt warn_on
#TMAKE_CXXFLAGS +=
HEADERS = kpacmanwidget.h \
referee.h \
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 0a37fa7..9b5ca57 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -1,4 +1,4 @@
-CONFIG += qt warn_on release quick-app
+CONFIG += qt warn_on quick-app
HEADERS = mindbreaker.h
SOURCES = main.cpp \
mindbreaker.cpp
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 6977e73..6f07375 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = minefield.h \
minesweep.h
SOURCES = main.cpp \
diff --git a/noncore/games/oyatzee/oyatzee.pro b/noncore/games/oyatzee/oyatzee.pro
index 0666c34..754abd2 100644
--- a/noncore/games/oyatzee/oyatzee.pro
+++ b/noncore/games/oyatzee/oyatzee.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-CONFIG = qt warn_on release
+CONFIG = qt warn_on
DESTDIR = $(OPIEDIR)/bin
HEADERS = oyatzee.h
SOURCES = main.cpp oyatzee.cpp
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index 6b7a559..2b433f6 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -1,4 +1,4 @@
-CONFIG += qt warn_on release quick-app
+CONFIG += qt warn_on 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
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 190fe03..bb4a32e 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -1,4 +1,4 @@
-CONFIG += qt warn_on release quick-app
+CONFIG += qt warn_on quick-app
HEADERS = ledmeter.h sprites.h toplevel.h view.h
SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp
TARGET = qasteroids
diff --git a/noncore/games/sfcave-sdl/sfcave-sdl.pro b/noncore/games/sfcave-sdl/sfcave-sdl.pro
index a02eeb3..2d4dcf1 100644
--- a/noncore/games/sfcave-sdl/sfcave-sdl.pro
+++ b/noncore/games/sfcave-sdl/sfcave-sdl.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-CONFIG += qt warn_on release
+CONFIG += qt warn_on
DESTDIR = $(OPIEDIR)/bin
TARGET = sfcave-sdl
@@ -52,4 +52,4 @@ HEADERS = animatedimage.h \
starfield.h \
util.h
-include ( $(OPIEDIR)/include.pro ) \ No newline at end of file
+include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro
index bfb3c28..a0df828 100644
--- a/noncore/games/sfcave/sfcave.pro
+++ b/noncore/games/sfcave/sfcave.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-CONFIG += qt warn_on release
+CONFIG += qt warn_on
DESTDIR = $(OPIEDIR)/bin
SOURCES = sfcave.cpp helpwindow.cpp random.cpp
HEADERS = sfcave.h helpwindow.h random.h
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index e42cc66..d8ce993 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -1,4 +1,4 @@
-CONFIG += qt warn_on release quick-app
+CONFIG += qt warn_on quick-app
HEADERS = snake.h target.h obstacle.h interface.h codes.h
SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp
TARGET = snake
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 43020ab..9c653a7 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -1,5 +1,5 @@
-CONFIG += qt warn_on release quick-app
+CONFIG += qt warn_on quick-app
HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \
canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 4e461d8..73207b3 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = gtetrix.h \
qtetrix.h \
qtetrixb.h \
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 45eb515..6165e1c 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -1,4 +1,4 @@
-CONFIG += qt warn_on release quick-app
+CONFIG += qt warn_on quick-app
HEADERS = tictac.h
SOURCES = main.cpp \
tictac.cpp
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 1147479..28edcd1 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -1,4 +1,4 @@
-CONFIG = qt warn_on release quick-app
+CONFIG = qt warn_on quick-app
HEADERS = wordgame.h
SOURCES = main.cpp \
wordgame.cpp