aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorersettings.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-05-05 16:41:31 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-05-05 15:48:42 +0000
commit8bac57cd68a01edd1e8b76bc5f4731ea379b2998 (patch)
tree0c52e33a6f6c6017e936788652112cc6e2421700 /src/plugins/projectexplorer/projectexplorersettings.h
parent84b7e693d49fcebc6a54b727f96f89678ceb928f (diff)
ProjectExplorer: Change the default value of TerminalAspect
... to "off". The vast majority of people do not want to open their application in a terminal just because it happens to be a console app. Change-Id: I1372685f878349e7d16d9a06a75bcc4fd4f3c977 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorersettings.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorersettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorersettings.h b/src/plugins/projectexplorer/projectexplorersettings.h
index b1509f2c3e3..496bc3e26ad 100644
--- a/src/plugins/projectexplorer/projectexplorersettings.h
+++ b/src/plugins/projectexplorer/projectexplorersettings.h
@@ -54,7 +54,7 @@ public:
bool abortBuildAllOnError = true;
bool lowBuildPriority = false;
StopBeforeBuild stopBeforeBuild = StopBeforeBuild::None;
- TerminalMode terminalMode = TerminalMode::Smart;
+ TerminalMode terminalMode = TerminalMode::Off;
// Add a UUid which is used to identify the development environment.
// This is used to warn the user when he is trying to open a .user file that was created