aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-11-09 16:10:24 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-11-20 09:43:06 +0000
commit2ff14a89f8bd97e7c355596db548c8556f8cbdfb (patch)
tree51d626570016c133e1867458983743064b698687 /src/lib/corelib/buildgraph/buildgraph.pri
parent9b838c0dc6ee80f5dbd60819a22a569d89ec014c (diff)
Make Module.setup{Build,Run}Environment first-class citizens
They did not have the project and product variables available, and they accessed module properties in a way that made it look as if they were normal properties rather than scripts, which was misleading. Now everything works the same as in Rule scripts and JS commands. Task-number: QBS-744 Change-Id: I11d70876185d528282a56747747dd8310a77fbc4 Reviewed-by: Jake Petroules <jake.petroules@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 4229ad414..349780164 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -11,6 +11,7 @@ SOURCES += \
$$PWD/cycledetector.cpp \
$$PWD/depscanner.cpp \
$$PWD/emptydirectoriesremover.cpp \
+ $$PWD/environmentscriptrunner.cpp \
$$PWD/executor.cpp \
$$PWD/executorjob.cpp \
$$PWD/filedependency.cpp \
@@ -46,6 +47,7 @@ HEADERS += \
$$PWD/cycledetector.h \
$$PWD/depscanner.h \
$$PWD/emptydirectoriesremover.h \
+ $$PWD/environmentscriptrunner.h \
$$PWD/executor.h \
$$PWD/executorjob.h \
$$PWD/filedependency.h \