aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index d6d0c8cc121..3a2cb5bfaae 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -518,11 +518,6 @@ int main(int argc, char **argv)
QApplication::setAttribute(Qt::AA_DontUseNativeMenuBar);
}
- if (Utils::HostOsInfo::isRunningUnderRosetta()) {
- // work around QTBUG-97085: QRegularExpression jitting is not reentrant under Rosetta
- qputenv("QT_ENABLE_REGEXP_JIT", "0");
- }
-
if (Utils::HostOsInfo::isLinuxHost() && !qEnvironmentVariableIsSet("GTK_THEME"))
// Work around QTCREATORBUG-28497:
// Prevent Qt's GTK3 platform theme plugin from enforcing a dark palette