view checker.pri @ 57:5c60e26e16ca

object_parallel_to_source doesn't appear to work with msbuild - remove it again, as we want to be consistent across systems here
author Chris Cannam
date Thu, 17 Jan 2019 09:30:59 +0000
parents bb3d59462052
children 87908a5d6c88
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/checkcode.h \
	checker/plugincandidates.h \
	checker/knownplugincandidates.h \
	checker/knownplugins.h

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