view checker.pri @ 7:846464771d06

Use qmake for everything, + build static lib too
author Chris Cannam
date Thu, 14 Apr 2016 09:42:26 +0100
parents
children 25e00373f597
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

HEADERS += \
	plugincandidates.h \
	knownplugins.h

SOURCES += \
	plugincandidates.cpp \
	knownplugins.cpp