Ui fix.
[evilplumber] / src / src.pro
1 TEMPLATE = app
2 TARGET = evilplumber
3 DEPENDPATH += .
4 INCLUDEPATH += .
5
6 # Input
7 HEADERS += game.h
8 FORMS += main.ui collections.ui startlevel.ui game.ui
9 SOURCES += game.cpp main.cpp
10
11 include("../common.pri")
12
13 #MAKE INSTALL
14
15 INSTALLS += target levels images desktop icon26 icon40 icon64
16
17 target.path =$$BINDIR
18
19 levels.path = $$DATADIR/$${TARGET}
20 levels.files = ../data/*.dat ../data/*.leg
21
22 images.path = $$DATADIR/$${TARGET}
23 images.files = ../img/*.png
24
25 desktop.path = $$DATADIR/applications/hildon
26 desktop.files += $${TARGET}.desktop
27
28 #iconxpm.path = $$DATADIR/pixmap
29 #iconxpm.files += ../img/icons/$${TARGET}.xpm
30
31 icon26.path = $$DATADIR/icons/hicolor/26x26/apps
32 icon26.files += ../img/icons/26x26/$${TARGET}.png
33
34 icon40.path = $$DATADIR/icons/hicolor/40x40/apps
35 icon40.files += ../img/icons/40x40/$${TARGET}.png
36
37 icon64.path = $$DATADIR/icons/hicolor/64x64/apps
38 icon64.files += ../img/icons/64x64/$${TARGET}.png