From d16aa943a04b1e630e913cc55789bb876cd0f42f Mon Sep 17 00:00:00 2001 From: cniehaus Date: Tue, 12 Aug 2003 16:09:37 +0000 Subject: A new Game: OYatzee. It is similar to Kniffel or Yatzee and not yet ready. --- (limited to 'noncore/games/oyatzee/oyatzee.pro') 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 ) -- cgit v0.9.0.2