author | mickeyl <mickeyl> | 2004-02-17 17:43:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-02-17 17:43:58 (UTC) |
commit | a5c39e546a31b71034f597a26b6b6e9b2f25ef87 (patch) (unidiff) | |
tree | fc6ea24f512493c25411d4e0a3f5ab3ed289700f | |
parent | 651444c477db88bd4b44485bb4976ef1eb0bb980 (diff) | |
download | opie-a5c39e546a31b71034f597a26b6b6e9b2f25ef87.zip opie-a5c39e546a31b71034f597a26b6b6e9b2f25ef87.tar.gz opie-a5c39e546a31b71034f597a26b6b6e9b2f25ef87.tar.bz2 |
although it seems to be abandoned by carsten, lets at least make it build
so that someone can have a look and maybe resume work on it
-rw-r--r-- | noncore/games/oyatzee/config.in | 6 | ||||
-rw-r--r-- | noncore/games/oyatzee/oyatzee.pro | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/noncore/games/oyatzee/config.in b/noncore/games/oyatzee/config.in index 32b6eac..448e622 100644 --- a/noncore/games/oyatzee/config.in +++ b/noncore/games/oyatzee/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WORDGAME | 1 | config YATZEE |
2 | boolean "wordgame" | 2 | boolean "opie-yatzee (yatzee game)" |
3 | default "y" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/oyatzee/oyatzee.pro b/noncore/games/oyatzee/oyatzee.pro index 1c435ac..0666c34 100644 --- a/noncore/games/oyatzee/oyatzee.pro +++ b/noncore/games/oyatzee/oyatzee.pro | |||
@@ -1,12 +1,11 @@ | |||
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 = wordgame.h | 4 | HEADERS = oyatzee.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp oyatzee.cpp |
6 | wordgame.cpp | ||
7 | TARGET = oyatzee | 6 | TARGET = oyatzee |
8 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
10 | LIBS += -lqpe | 9 | LIBS += -lqpe |
11 | 10 | ||
12 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |