summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/kcheckers.pro
blob: f497ea519a527126af119e919933f3848c6d2b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG		= qt warn_on  quick-app
HEADERS		= checkers.h \
		  echeckers.h \
		  field.h \
		  kcheckers.h \
		  rcheckers.h
SOURCES		= checkers.cpp \
		  echeckers.cpp \
		  field.cpp \
		  kcheckers.cpp \
		  main.cpp \
		  rcheckers.cpp
INTERFACES	=
INCLUDEPATH	+= $(OPIEDIR)/include
LIBS		+= -lqpe -lopiecore2
TARGET		= kcheckers


include ( $(OPIEDIR)/include.pro )