]> Shamusworld >> Repos - warehouse-man-deluxe/blob - warehousemandeluxe.pro
Moved level storage to global location.
[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         editorwidget.h \
24         editorwindow.h \
25         gameboard.h \
26         gamewidget.h \
27         mainwin.h
28
29 SOURCES = \
30         app.cpp \
31         boards.cpp \
32         editorwidget.cpp \
33         editorwindow.cpp \
34         gameboard.cpp \
35         gamewidget.cpp \
36         mainwin.cpp
37