view checker.pri @ 38:a43d7a2867d2

Tidy up error handling, especially on Windows
author Chris Cannam
date Tue, 28 Aug 2018 14:33:41 +0100
parents 4154894d638c
children 40c6936c2fc9
line wrap: on
line source

CONFIG += qt stl c++11 exceptions console warn_on
QT -= xml network gui widgets

!win32 {
    QMAKE_CXXFLAGS += -Werror
}

OBJECTS_DIR = o
MOC_DIR = o

INCLUDEPATH += checker

HEADERS += \
	checker/plugincandidates.h \
	checker/knownplugincandidates.h \
	checker/knownplugins.h

SOURCES += \
	src/plugincandidates.cpp \
	src/knownplugincandidates.cpp \
	src/knownplugins.cpp