view checker.pri @ 12:92e72014d979

MSVC build fixes
author Chris Cannam
date Tue, 18 Oct 2016 13:14:55 +0100
parents 25e00373f597
children 4154894d638c
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/knownplugins.h

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