view checker.pri @ 34:6905d8b146f6 plugin-path-config

Toward supporting separate environment variables for 32-bit plugins on a 64-bit system (otherwise we try to load both from the same helpers)
author Chris Cannam
date Wed, 06 Jun 2018 13:49:23 +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