]> Shamusworld >> Repos - warehouse-man-deluxe/blob - warehousemandeluxe.pro
Converted from Qt4 to Qt5.
[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 QT        += widgets
8
9 # We stuff all the intermediate crap into obj/ so it won't confuse us mere mortals ;-)
10 OBJECTS_DIR = obj
11 MOC_DIR     = obj
12 RCC_DIR     = obj
13 UI_DIR      = obj
14
15 INCLUDEPATH += \
16         src
17
18 DEPENDPATH = \
19         src
20
21 HEADERS = \
22         src/app.h \
23         src/boards.h \
24         src/editorwidget.h \
25         src/editorwindow.h \
26         src/gameboard.h \
27         src/gamewidget.h \
28         src/mainwin.h
29
30 SOURCES = \
31         src/app.cpp \
32         src/boards.cpp \
33         src/editorwidget.cpp \
34         src/editorwindow.cpp \
35         src/gameboard.cpp \
36         src/gamewidget.cpp \
37         src/mainwin.cpp
38