summaryrefslogtreecommitdiff
path: root/noncore/games/backgammon/backgammon.pro
blob: f6a222766d464a71bf5722aada30e73ef740a3c3 (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
CONFIG		= qt warn_on  quick-app

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

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

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


include ( $(OPIEDIR)/include.pro )