aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-12 17:53:09 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-02-16 10:17:28 +0000
commit21c5ea0f79ad0e89eaa29ab5b91387b8454c4e3e (patch)
tree6b5ce9f69177a739842fc893f1e1a722a115bfaf /src/lib/corelib/buildgraph/buildgraph.pri
parent33006868d9d1bf1bee214f6d55c2cafde3cd2e3a (diff)
Track accesses to product.artifacts
... and take the data into account when deciding whether to re-run rules and commands. Change-Id: Ib0f733028617eaa91cbf902c5537f30375900646 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.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraph.pri b/src/lib/corelib/buildgraph/buildgraph.pri
index 140f136de..7d4e6e010 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -28,6 +28,7 @@ SOURCES += \
$$PWD/qtmocscanner.cpp \
$$PWD/rawscanneddependency.cpp \
$$PWD/rawscanresults.cpp \
+ $$PWD/requestedartifacts.cpp \
$$PWD/requesteddependencies.cpp \
$$PWD/rescuableartifactdata.cpp \
$$PWD/rulecommands.cpp \
@@ -69,6 +70,7 @@ HEADERS += \
$$PWD/qtmocscanner.h \
$$PWD/rawscanneddependency.h \
$$PWD/rawscanresults.h \
+ $$PWD/requestedartifacts.h \
$$PWD/requesteddependencies.h \
$$PWD/rescuableartifactdata.h \
$$PWD/rulecommands.h \