summaryrefslogtreecommitdiff
path: root/noncore/games/wordgame/wordgame.pro
blob: 2b84181489cb88bda4977ab691774e5e67b46460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG		= qt warn_on  quick-app
HEADERS		= wordgame.h
SOURCES		= main.cpp \
		  wordgame.cpp
INTERFACES	= newgamebase.ui rulesbase.ui
TARGET		= wordgame
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2


include( $(OPIEDIR)/include.pro )