bump up
[mancala] / mancala.pro
1 QMAKEVERSION = $$[QMAKE_VERSION]
2 ISQT4 = $$find(QMAKEVERSION, ^[2-9])
3 isEmpty( ISQT4 ) {
4 error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
5 }
6
7 TEMPLATE = subdirs
8 SUBDIRS = src
9 CONFIG += ordered
10
11 DATAPATH = /opt/mancala/data
12
13 40.png.path = /usr/share/icons/hicolor/40x40/apps/
14 40.png.files += data/mancala.png
15
16 mancala.desktop.path = /usr/share/applications/hildon
17 mancala.desktop.files += data/mancala.desktop
18
19 help.html.path = $${DATAPATH}/
20 help.html.files += data/mancala.html
21
22 rules.path = $${DATAPATH}/rules/
23 rules.files += data/rules/*
24
25 themes.path = $${DATAPATH}/themes/
26 themes.files += data/themes/*
27
28 gamelist.xml.path = $${DATAPATH}/
29 gamelist.xml.files += data/gamelist.xml
30
31 INSTALLS += 40.png \
32             mancala.desktop \
33             help.html \
34             rules \
35             themes \
36             gamelist.xml