diff options
author | Christian Kandeler <[email protected]> | 2020-10-15 17:07:00 +0200 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2020-10-16 10:40:45 +0000 |
commit | dd62254e4e5c1d56861a915da8c1484539860b1f (patch) | |
tree | 28aa17ad1f2ceea39dfccfe3a1084a18fbdcaed1 /src/shared/proparser/qmakeglobals.h | |
parent | d1b0c12d6b6c4698492851716b3931bc9cae5fd3 (diff) |
QmakeProjectManager: Make "system" execution opt-in
It has too many side effects.
Amends fcd6384f4d.
T_SYSTEM and E_SYSTEM are now treated the same.
Fixes: QTCREATORBUG-24551
Change-Id: Ib6df2762d329f2ddc0dd66190454159d446a9ac9
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'src/shared/proparser/qmakeglobals.h')
-rw-r--r-- | src/shared/proparser/qmakeglobals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/proparser/qmakeglobals.h b/src/shared/proparser/qmakeglobals.h index 96e22992140..c8efbb22529 100644 --- a/src/shared/proparser/qmakeglobals.h +++ b/src/shared/proparser/qmakeglobals.h @@ -110,6 +110,7 @@ public: QString qmakespec, xqmakespec; QString user_template, user_template_prefix; QString extra_cmds[4]; + bool runSystemFunction = false; #ifdef PROEVALUATOR_DEBUG int debugLevel; |