]> Shamusworld >> Repos - warehouse-man-deluxe/blob - warehousemandeluxe.pro
Added rudimentary animation.
[warehouse-man-deluxe] / warehousemandeluxe.pro
1 # Use 'qmake -o Makefile warehouse-man-deluxe.pro'
2
3 CONFIG    += qt warn_on release debug
4 RESOURCES += res/resources.qrc
5 #LIBS      += -Ldxflib/lib -ldxf
6 #LIBS      += -lao
7
8 # We stuff all the intermediate crap into obj/ so it won't confuse us mere mortals ;-)
9 OBJECTS_DIR = obj
10 MOC_DIR     = obj
11 RCC_DIR     = obj
12 UI_DIR      = obj
13
14 INCLUDEPATH += \
15         src
16
17 DEPENDPATH = \
18         src
19
20 HEADERS = \
21         app.h \
22         boards.h \
23         gameboard.h \
24         gamewidget.h \
25         mainwin.h
26
27 SOURCES = \
28         app.cpp \
29         boards.cpp \
30         gameboard.cpp \
31         gamewidget.cpp \
32         mainwin.cpp
33