comparison 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
comparison
equal deleted inserted replaced
33:cf18645ff411 37:3ccc384c0161
11 11
12 INCLUDEPATH += checker 12 INCLUDEPATH += checker
13 13
14 HEADERS += \ 14 HEADERS += \
15 checker/plugincandidates.h \ 15 checker/plugincandidates.h \
16 checker/knownplugincandidates.h \
16 checker/knownplugins.h 17 checker/knownplugins.h
17 18
18 SOURCES += \ 19 SOURCES += \
19 src/plugincandidates.cpp \ 20 src/plugincandidates.cpp \
21 src/knownplugincandidates.cpp \
20 src/knownplugins.cpp 22 src/knownplugins.cpp
21 23
22 24