summaryrefslogtreecommitdiff
path: root/src/lib/lib.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lib.qbs')
-rw-r--r--src/lib/lib.qbs17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/lib/lib.qbs b/src/lib/lib.qbs
index f5d08380d..505050978 100644
--- a/src/lib/lib.qbs
+++ b/src/lib/lib.qbs
@@ -79,16 +79,17 @@ Product {
"artifact.h",
"artifactcleaner.cpp",
"artifactcleaner.h",
- "artifactlist.cpp",
- "artifactlist.h",
+ "artifactset.cpp",
+ "artifactset.h",
"artifactvisitor.cpp",
"artifactvisitor.h",
- "automoc.cpp",
- "automoc.h",
"buildgraph.cpp",
"buildgraph.h",
+ "buildgraphnode.cpp",
+ "buildgraphnode.h",
"buildgraphloader.cpp",
"buildgraphloader.h",
+ "buildgraphvisitor.h",
"command.cpp",
"command.h",
"cycledetector.cpp",
@@ -103,6 +104,10 @@ Product {
"inputartifactscanner.h",
"jscommandexecutor.cpp",
"jscommandexecutor.h",
+ "moctagscanner.cpp",
+ "moctagscanner.h",
+ "nodeset.cpp",
+ "nodeset.h",
"processcommandexecutor.cpp",
"processcommandexecutor.h",
"productbuilddata.cpp",
@@ -113,12 +118,16 @@ Product {
"projectbuilddata.h",
"rulegraph.cpp",
"rulegraph.h",
+ "rulenode.cpp",
+ "rulenode.h",
"rulesapplicator.cpp",
"rulesapplicator.h",
"rulesevaluationcontext.cpp",
"rulesevaluationcontext.h",
"scanresultcache.cpp",
"scanresultcache.h",
+ "tagscannerrunner.cpp",
+ "tagscannerrunner.h",
"timestampsupdater.cpp",
"timestampsupdater.h",
"transformer.cpp",