summaryrefslogtreecommitdiff
path: root/noncore/games/oyatzee/oyatzee.pro
blob: 1c435accfd3241085d21a12f8964b4158ff454fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

include ( $(OPIEDIR)/include.pro )