# Use 'qmake -o Makefile warehouse-man-deluxe.pro' CONFIG += qt warn_on release debug RESOURCES += res/resources.qrc #LIBS += -Ldxflib/lib -ldxf #LIBS += -lao QT += widgets # We stuff all the intermediate crap into obj/ so it won't confuse us mere mortals ;-) OBJECTS_DIR = obj MOC_DIR = obj RCC_DIR = obj UI_DIR = obj INCLUDEPATH += \ src DEPENDPATH = \ src HEADERS = \ src/app.h \ src/boards.h \ src/editorwidget.h \ src/editorwindow.h \ src/gameboard.h \ src/gamewidget.h \ src/mainwin.h SOURCES = \ src/app.cpp \ src/boards.cpp \ src/editorwidget.cpp \ src/editorwindow.cpp \ src/gameboard.cpp \ src/gamewidget.cpp \ src/mainwin.cpp