# Use 'qmake -o Makefile warehouse-man-deluxe.pro' CONFIG += qt warn_on release debug RESOURCES += res/resources.qrc #LIBS += -Ldxflib/lib -ldxf #LIBS += -lao # 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 = \ app.h \ boards.h \ editorwidget.h \ editorwindow.h \ gameboard.h \ gamewidget.h \ mainwin.h SOURCES = \ app.cpp \ boards.cpp \ editorwidget.cpp \ editorwindow.cpp \ gameboard.cpp \ gamewidget.cpp \ mainwin.cpp