aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-23 14:28:43 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-25 09:52:18 +0000
commit25fc120303bb8feddd5f7096f8b5f7177a8f9ba8 (patch)
tree1e0b4a4c6ef02229578890b1f3f3f469db96d3f3 /src/lib/corelib/buildgraph/buildgraph.pri
parent36b7acf68d8870649b086bf8506f8390fe3a1545 (diff)
Factor out the setup of the product.artifacts script value
We will need to call it from different places in a follow-up patch. Change-Id: Ie44c7c55cfdf3859e09526c58a4593bd078e1096 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 349780164..e86fdb4c8 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -4,6 +4,7 @@ SOURCES += \
$$PWD/abstractcommandexecutor.cpp \
$$PWD/artifact.cpp \
$$PWD/artifactcleaner.cpp \
+ $$PWD/artifactsscriptvalue.cpp \
$$PWD/artifactvisitor.cpp \
$$PWD/buildgraph.cpp \
$$PWD/buildgraphloader.cpp \
@@ -39,6 +40,7 @@ HEADERS += \
$$PWD/abstractcommandexecutor.h \
$$PWD/artifact.h \
$$PWD/artifactcleaner.h \
+ $$PWD/artifactsscriptvalue.h \
$$PWD/artifactvisitor.h \
$$PWD/buildgraph.h \
$$PWD/buildgraphloader.h \