add helper scripts
[mancala] / src / src.pro
1 # #####################################################################
2 # Automatically generated by qmake (2.01a) Thu Jun 17 22:05:58 2010
3 # #####################################################################
4 TEMPLATE = app
5 TARGET = mancala
6 DEPENDPATH += .
7 INCLUDEPATH += .
8 QT += svg
9
10 # Input
11 HEADERS += Board.h \
12     Cup.h \
13     GameController.h \
14     GameInfo.h \
15     GraphicsScene.h \
16     Kalah.h \
17     MainWindow.h \
18     MoveGenerator.h \
19     Score.h \
20     Stone.h \
21     ThemeManager.h \
22     settingswidget.h
23 SOURCES += Board.cpp \
24     Cup.cpp \
25     GameController.cpp \
26     GameInfo.cpp \
27     GraphicsScene.cpp \
28     Kalah.cpp \
29     main.cpp \
30     MainWindow.cpp \
31     MoveGenerator.cpp \
32     Score.cpp \
33     Stone.cpp \
34     ThemeManager.cpp \
35     settingswidget.cpp
36     
37 unix {
38         #VARIABLES
39         isEmpty(PREFIX) {
40             PREFIX = /usr/local
41         }
42         
43         BINDIR = $$PREFIX/bin
44         
45         #MAKE INSTALL
46         
47         INSTALLS += target
48         
49         target.path =$$BINDIR
50    }