summaryrefslogtreecommitdiff
path: root/noncore/games/backgammon/backgammon.pro
blob: 6f77a14cce53f87542f216dff045eb65c7c32b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
TEMPLATE 	= app
CONFIG		= qt warn_on release

HEADERS   = backgammon.h \
    canvasimageitem.h \
	themedialog.h \
	moveengine.h \
	filedialog.h \
	playerdialog.h \
	aidialog.h \
	rulesdialog.h \
  displaydialog.h \
  definition.h

SOURCES   = main.cpp \
    backgammon.cpp \
	canvasimageitem.cpp \
	themedialog.cpp \
	moveengine.cpp \
	filedialog.cpp \
	playerdialog.cpp \
	aidialog.cpp \
	rulesdialog.cpp \
  displaydialog.cpp \
  definition.cpp

TARGET 		= backgammon
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS		+= -lqpe -lstdc++
DESTDIR 	=  $(OPIEDIR)/bin


include ( $(OPIEDIR)/include.pro )