summaryrefslogtreecommitdiff
path: root/noncore/games/wordgame/wordgame.pro
blob: 28edcd15810d5af5150ac0024be6b6e397c9a2dd (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 )