aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-12-08 10:45:35 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-01-05 10:24:34 +0000
commiteee738fa94293d9f17bb337e7740f990ab2c67a9 (patch)
tree671c3f3417548feb62a6e7e0f616aeff209f8e3f /src/lib/corelib/buildgraph/buildgraph.pri
parent8d3dabcac333a6fe02b54cae2afc75c410e95929 (diff)
Move class ScanResultCache::Dependency into its own file
We plan to use it in a wider scope. Change-Id: I5a098a7e65513b2d4279eac3ff109386d8001666 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.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraph.pri b/src/lib/corelib/buildgraph/buildgraph.pri
index 0b504deb1..5ce4081d7 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -59,6 +59,7 @@ HEADERS += \
$$PWD/productinstaller.h \
$$PWD/projectbuilddata.h \
$$PWD/qtmocscanner.h \
+ $$PWD/rawscanneddependency.h \
$$PWD/rescuableartifactdata.h \
$$PWD/rulegraph.h \
$$PWD/rulenode.h \