view checker.pri @ 37:3ccc384c0161

Merge from branch plugin-path-config
author Chris Cannam
date Mon, 11 Jun 2018 17:46:50 +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