# Use 'qmake -o Makefile wozmaker.pro' CONFIG += qt warn_on release c++11 RESOURCES += res/resources.qrc #LIBS += -Ldxflib/lib -ldxf #LIBS += -lao #QMAKE_LIBS += -static 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 win32: RC_ICONS = res/woz-icon.ico INCLUDEPATH += \ src DEPENDPATH = \ src HEADERS = \ src/analysisthread.h \ src/app.h \ src/diskdrawthread.h \ src/diskwidget.h \ src/dsp.h \ src/fileio.h \ src/global.h \ src/infowidget.h \ src/mainwidget.h \ src/mainwin.h \ src/navwidget.h \ src/nibblewidget.h \ src/settingsdialog.h \ src/waveformwidget.h SOURCES = \ src/analysisthread.cpp \ src/app.cpp \ src/diskdrawthread.cpp \ src/diskwidget.cpp \ src/dsp.cpp \ src/fileio.cpp \ src/global.cpp \ src/infowidget.cpp \ src/mainwidget.cpp \ src/mainwin.cpp \ src/navwidget.cpp \ src/nibblewidget.cpp \ src/settingsdialog.cpp \ src/waveformwidget.cpp