summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
authormickeyl <mickeyl>2003-03-10 09:47:06 (UTC)
committer mickeyl <mickeyl>2003-03-10 09:47:06 (UTC)
commit4860161d8761e1b8fa4d1c30572b24f62fba6abe (patch) (side-by-side diff)
treeabe36a533b985446aa4d24e46706988b44f756e3 /noncore/games/chess/chess.pro
parentd060371ab634347a63960c7599212d9556eef7a0 (diff)
downloadopie-4860161d8761e1b8fa4d1c30572b24f62fba6abe.zip
opie-4860161d8761e1b8fa4d1c30572b24f62fba6abe.tar.gz
opie-4860161d8761e1b8fa4d1c30572b24f62fba6abe.tar.bz2
move chess to unsupported
Diffstat (limited to 'noncore/games/chess/chess.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro35
1 files changed, 0 insertions, 35 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
deleted file mode 100644
index 4c9604f..0000000
--- a/noncore/games/chess/chess.pro
+++ b/dev/null
@@ -1,35 +0,0 @@
-SOURCES += chess.cpp main.cpp
-HEADERS += chess.h
-DESTDIR = $(OPIEDIR)/bin
-TARGET = chess
-DEPENDPATH += $(OPIEDIR)/include
-INTERFACES = mainwindow.ui
-IMAGES = images/new.png images/repeat.png images/txt.png images/back.png
-TEMPLATE =app
-CONFIG += qt warn_on release
-INCLUDEPATH += $(OPIEDIR)/include
-LIBS += -lqpe
-DBFILE = chess.db
-LANGUAGE = C++
-CPP_ALWAYS_CREATE_SOURCE = TRUE
-
-TRANSLATIONS = ../../../i18n/de/chess.ts \
- ../../../i18n/da/chess.ts \
- ../../../i18n/xx/chess.ts \
- ../../../i18n/en/chess.ts \
- ../../../i18n/es/chess.ts \
- ../../../i18n/fr/chess.ts \
- ../../../i18n/hu/chess.ts \
- ../../../i18n/ja/chess.ts \
- ../../../i18n/ko/chess.ts \
- ../../../i18n/no/chess.ts \
- ../../../i18n/pl/chess.ts \
- ../../../i18n/pt/chess.ts \
- ../../../i18n/pt_BR/chess.ts \
- ../../../i18n/sl/chess.ts \
- ../../../i18n/zh_CN/chess.ts \
- ../../../i18n/zh_TW/chess.ts
-
-
-
-include ( $(OPIEDIR)/include.pro )