summaryrefslogtreecommitdiff
path: root/noncore/games
authorcniehaus <cniehaus>2002-08-29 15:24:36 (UTC)
committer cniehaus <cniehaus>2002-08-29 15:24:36 (UTC)
commit0561505ce8077b2ae494f0f9af3e3f6b1ad4de16 (patch) (unidiff)
tree5bc3d921febf93a36d2d777fae3b3c84bcf74754 /noncore/games
parent4b90c9ba76f5757c670e1fd66ceb9cf2d8057073 (diff)
downloadopie-0561505ce8077b2ae494f0f9af3e3f6b1ad4de16.zip
opie-0561505ce8077b2ae494f0f9af3e3f6b1ad4de16.tar.gz
opie-0561505ce8077b2ae494f0f9af3e3f6b1ad4de16.tar.bz2
I fixed some issues in .pro
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/minesweep/minesweep.pro1
-rw-r--r--noncore/games/tetrix/tetrix.pro4
2 files changed, 3 insertions, 2 deletions
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 4c5ffb6..89dd5e3 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -25,4 +25,5 @@ TRANSLATIONS = ../../../i18n/de/minesweep.ts \
25 ../../../i18n/pt_BR/minesweep.ts \ 25 ../../../i18n/pt_BR/minesweep.ts \
26 ../../../i18n/sl/minesweep.ts \ 26 ../../../i18n/sl/minesweep.ts \
27 ../../../i18n/zh_CN/minesweep.ts \ 27 ../../../i18n/zh_CN/minesweep.ts \
28 ../../../i18n/it/minesweep.ts \
28 ../../../i18n/zh_TW/minesweep.ts 29 ../../../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index bcb27af..b8fbe9f 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -1,8 +1,7 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = minefield.h \ 4 HEADERS = gtetrix.h \
5 gtetrix.h \
6 qtetrix.h \ 5 qtetrix.h \
7 qtetrixb.h \ 6 qtetrixb.h \
8 tpiece.h 7 tpiece.h
@@ -30,4 +29,5 @@ TRANSLATIONS = ../../../i18n/de/tetrix.ts \
30 ../../../i18n/pt_BR/tetrix.ts \ 29 ../../../i18n/pt_BR/tetrix.ts \
31 ../../../i18n/sl/tetrix.ts \ 30 ../../../i18n/sl/tetrix.ts \
32 ../../../i18n/zh_CN/tetrix.ts \ 31 ../../../i18n/zh_CN/tetrix.ts \
32 ../../../i18n/it/tetrix.ts \
33 ../../../i18n/zh_TW/tetrix.ts 33 ../../../i18n/zh_TW/tetrix.ts