summaryrefslogtreecommitdiff
path: root/noncore/games/oyatzee/oyatzee.pro
authorcniehaus <cniehaus>2003-08-12 16:09:37 (UTC)
committer cniehaus <cniehaus>2003-08-12 16:09:37 (UTC)
commitd16aa943a04b1e630e913cc55789bb876cd0f42f (patch) (side-by-side diff)
tree1f52c8cf40bbfaab318f7c62f4abbca73b58dfa3 /noncore/games/oyatzee/oyatzee.pro
parente7f79ca3acf58aef3ff150a2974f8087189621f5 (diff)
downloadopie-d16aa943a04b1e630e913cc55789bb876cd0f42f.zip
opie-d16aa943a04b1e630e913cc55789bb876cd0f42f.tar.gz
opie-d16aa943a04b1e630e913cc55789bb876cd0f42f.tar.bz2
A new Game: OYatzee. It is similar to Kniffel or Yatzee and not yet ready.
Diffstat (limited to 'noncore/games/oyatzee/oyatzee.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/oyatzee/oyatzee.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/noncore/games/oyatzee/oyatzee.pro b/noncore/games/oyatzee/oyatzee.pro
new file mode 100644
index 0000000..08f842e
--- a/dev/null
+++ b/noncore/games/oyatzee/oyatzee.pro
@@ -0,0 +1,32 @@
+TEMPLATE = app
+CONFIG = qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
+HEADERS = wordgame.h
+SOURCES = main.cpp \
+ wordgame.cpp
+TARGET = oyatzee
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+
+TRANSLATIONS = ../../../i18n/de/oyatzee.ts \
+ ../../../i18n/nl/oyatzee.ts \
+ ../../../i18n/da/oyatzee.ts \
+ ../../../i18n/xx/oyatzee.ts \
+ ../../../i18n/en/oyatzee.ts \
+ ../../../i18n/es/oyatzee.ts \
+ ../../../i18n/fr/oyatzee.ts \
+ ../../../i18n/hu/oyatzee.ts \
+ ../../../i18n/ja/oyatzee.ts \
+ ../../../i18n/ko/oyatzee.ts \
+ ../../../i18n/no/oyatzee.ts \
+ ../../../i18n/pl/oyatzee.ts \
+ ../../../i18n/pt/oyatzee.ts \
+ ../../../i18n/pt_BR/oyatzee.ts \
+ ../../../i18n/sl/oyatzee.ts \
+ ../../../i18n/zh_CN/oyatzee.ts \
+ ../../../i18n/zh_TW/oyatzee.ts
+
+
+
+include ( $(OPIEDIR)/include.pro )