aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-29 12:46:24 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-31 13:43:43 +0000
commit272df72436f91e502dcb898643c3999487c9883b (patch)
treebd9a067623f23d7ed8f24f878140548b23a70ead /src/lib/corelib/buildgraph/buildgraph.pri
parent53fd74e4e4fc45070539583f93a7889e3e5e2180 (diff)
Move transformer change tracking to a dedicated set of files
We want to call it from a different context in a follow-up patch. No functional changes. Change-Id: I868a7e5eafc6e7b6cf6ac140b2199ef252d9af1f 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 8febfc004..140f136de 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -36,6 +36,7 @@ SOURCES += \
$$PWD/rulesapplicator.cpp \
$$PWD/rulesevaluationcontext.cpp \
$$PWD/timestampsupdater.cpp \
+ $$PWD/transformerchangetracking.cpp \
$$PWD/transformer.cpp
HEADERS += \
@@ -77,6 +78,7 @@ HEADERS += \
$$PWD/rulesevaluationcontext.h \
$$PWD/scriptclasspropertyiterator.h \
$$PWD/timestampsupdater.h \
+ $$PWD/transformerchangetracking.h \
$$PWD/transformer.h
!qbs_no_dev_install {