summaryrefslogtreecommitdiff
path: root/noncore/games/go/go.pro
blob: 918a125022c24f1728c7b6183489104f5ea6d23a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG		= qt warn_on quick-app
HEADERS		= amigo.h \
		  go.h \
		  goplayutils.h \
		  gowidget.h
SOURCES		= amigo.c \
		  goplayer.c \
		  goplayutils.c \
		  killable.c \
		  gowidget.cpp \
		  main.cpp
INCLUDEPATH     += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2
TARGET		= go


include( $(OPIEDIR)/include.pro )