aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-03-02 11:41:47 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-03-02 11:43:49 +0000
commit408620ea99606f8b27ebf237fa3800e40e2c9cd3 (patch)
treed41afa0094cd711036cd749e8c4a3dc095dce50a /tools/tools.pro
parent5cd4c2ced4b153f365ececf3a7c0a4536fed9fac (diff)
Fix building with -no-feature-process
Drop an unused include, don't try to build qmlplugindump in this case, and add some guards around QProcess includes and usages. Change-Id: I6ce5985a8dd1967f146016a7acd1ea31fb3bda2a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index a7fe0d983d..85556301a4 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -17,7 +17,7 @@ SUBDIRS += \
qmlscene \
qmltime
- qtConfig(regularexpression) {
+ qtConfig(regularexpression):qtConfig(process) {
SUBDIRS += \
qmlplugindump
}