Mercurial > hg > vamp-plugin-load-checker
comparison checker.pri @ 8:25e00373f597
Much renaming to ease inclusion into another project
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2016 16:52:19 +0100 |
parents | 846464771d06 |
children | 4154894d638c |
comparison
equal
deleted
inserted
replaced
7:846464771d06 | 8:25e00373f597 |
---|---|
7 } | 7 } |
8 | 8 |
9 OBJECTS_DIR = o | 9 OBJECTS_DIR = o |
10 MOC_DIR = o | 10 MOC_DIR = o |
11 | 11 |
12 INCLUDEPATH += checker | |
13 | |
12 HEADERS += \ | 14 HEADERS += \ |
13 plugincandidates.h \ | 15 checker/plugincandidates.h \ |
14 knownplugins.h | 16 checker/knownplugins.h |
15 | 17 |
16 SOURCES += \ | 18 SOURCES += \ |
17 plugincandidates.cpp \ | 19 src/plugincandidates.cpp \ |
18 knownplugins.cpp | 20 src/knownplugins.cpp |
19 | 21 |
20 | 22 |