Chris@7: Chris@7: TEMPLATE = app Chris@7: Chris@7: CONFIG += stl c++11 exceptions console warn_on Chris@7: CONFIG -= qt Chris@7: Chris@7: # Using the "console" CONFIG flag above should ensure this happens for Chris@7: # normal Windows builds, but this may be necessary when cross-compiling Chris@7: win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console Chris@7: cannam@13: macx*: CONFIG -= app_bundle cannam@13: Chris@7: !win32* { Chris@59: QMAKE_CXXFLAGS_DEBUG += -Werror Chris@7: } Chris@7: Chris@7: linux* { Chris@31: LIBS += -ldl Chris@7: } Chris@7: Chris@28: TARGET = vamp-plugin-load-checker Chris@7: Chris@7: OBJECTS_DIR = o Chris@7: MOC_DIR = o Chris@7: Chris@7: SOURCES += \ Chris@8: src/helper.cpp Chris@7: Chris@58: exists(../platform-helpers.pri) { Chris@58: include(../platform-helpers.pri) Chris@58: } Chris@58: