aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-17 12:19:54 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-17 13:44:28 +0100
commit046460f4ea63e1d809c7a5720d9e6746eabce94b (patch)
tree5a935a88741013d9bb0f77c8652c64f0d04ac3d4 /src/lib/corelib/buildgraph/buildgraph.pri
parentefbb6c48664ce08a14ff9813e1bf9432ff2fa44d (diff)
Add command for showing a tree of build graph nodes.
This is helpful for getting an overview of the parent-child relationships. Change-Id: I097921fc77e36ca3f34e548aa6132ef8e1cd9295 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
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 46fba3852..55f95fe5d 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -17,6 +17,7 @@ SOURCES += \
$$PWD/inputartifactscanner.cpp \
$$PWD/jscommandexecutor.cpp \
$$PWD/nodeset.cpp \
+ $$PWD/nodetreedumper.cpp \
$$PWD/processcommandexecutor.cpp \
$$PWD/productbuilddata.cpp \
$$PWD/productinstaller.cpp \
@@ -52,6 +53,7 @@ HEADERS += \
$$PWD/inputartifactscanner.h \
$$PWD/jscommandexecutor.h \
$$PWD/nodeset.h \
+ $$PWD/nodetreedumper.h \
$$PWD/processcommandexecutor.h \
$$PWD/productbuilddata.h \
$$PWD/productinstaller.h \