aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-12-08 12:47:57 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-01-10 10:00:09 +0000
commit4004e5688b49e0c7e97e9f4773c3d3c76c0059ee (patch)
tree125b596236fa93feddc37599e28b4db0268b26d6 /src/lib/corelib/buildgraph/buildgraph.pri
parent4265033a34e1ecd06f9d51b72ab8d595d5eb28be (diff)
Make scanning information persistent
This way, a change in some artifact or dependency will not cause re- scanning of tons of other header files anymore. Task-number: QBS-1052 Change-Id: I1713da416b47b19275641cbbacd0a5c9da866578 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/buildgraph.pri')
-rw-r--r--src/lib/corelib/buildgraph/buildgraph.pri5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraph.pri b/src/lib/corelib/buildgraph/buildgraph.pri
index 5ea37d210..fabba661e 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -23,13 +23,14 @@ SOURCES += \
$$PWD/productinstaller.cpp \
$$PWD/projectbuilddata.cpp \
$$PWD/qtmocscanner.cpp \
+ $$PWD/rawscanneddependency.cpp \
+ $$PWD/rawscanresults.cpp \
$$PWD/rescuableartifactdata.cpp \
$$PWD/rulecommands.cpp \
$$PWD/rulegraph.cpp \
$$PWD/rulenode.cpp \
$$PWD/rulesapplicator.cpp \
$$PWD/rulesevaluationcontext.cpp \
- $$PWD/scanresultcache.cpp \
$$PWD/timestampsupdater.cpp \
$$PWD/transformer.cpp
@@ -59,13 +60,13 @@ HEADERS += \
$$PWD/projectbuilddata.h \
$$PWD/qtmocscanner.h \
$$PWD/rawscanneddependency.h \
+ $$PWD/rawscanresults.h \
$$PWD/rescuableartifactdata.h \
$$PWD/rulecommands.h \
$$PWD/rulegraph.h \
$$PWD/rulenode.h \
$$PWD/rulesapplicator.h \
$$PWD/rulesevaluationcontext.h \
- $$PWD/scanresultcache.h \
$$PWD/timestampsupdater.h \
$$PWD/transformer.h