aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-12 16:20:27 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-29 17:10:30 +0000
commit53fd74e4e4fc45070539583f93a7889e3e5e2180 (patch)
treedbaf042b3f52af208e6594641ddcda244d0a78d9 /src/lib/corelib/buildgraph/buildgraph.pri
parent898d09d4790e94e9d5e92a39440866932cd7f211 (diff)
Implement change tracking for the product.dependencies array
We added change tracking for the elements of the array in 898d09d479, but the array itself was not covered. Change-Id: I7d4083e8bf77f52e1f4a3b5da85ba13cf52fe750 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 7fef124e0..8febfc004 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/requesteddependencies.cpp \
$$PWD/rescuableartifactdata.cpp \
$$PWD/rulecommands.cpp \
$$PWD/rulegraph.cpp \
@@ -67,6 +68,7 @@ HEADERS += \
$$PWD/qtmocscanner.h \
$$PWD/rawscanneddependency.h \
$$PWD/rawscanresults.h \
+ $$PWD/requesteddependencies.h \
$$PWD/rescuableartifactdata.h \
$$PWD/rulecommands.h \
$$PWD/rulegraph.h \