File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 runs-on : macos-14
135135 env :
136136 CCACHE_DIR : /tmp/ccache_dir
137- QT_VER : ' 6.9.3 '
137+ QT_VER : ' 6.10.1 '
138138 QT_VER_MAIN : ' 6'
139139 LLVM_COMPILER_VER : ' 21'
140140 RELEASE_MESSAGE : ../GitHubReleaseMessage.txt
Original file line number Diff line number Diff line change @@ -438,6 +438,9 @@ QCoreApplication* create_application(std::span<char* const> qt_argv)
438438#elif __APPLE__
439439 // set the QT_MTL_NO_TRANSACTION variable in order to prevent Qt GUI freeze
440440 qputenv (" QT_MTL_NO_TRANSACTION" , " 1" );
441+
442+ // set the QT_MAC_NO_CONTAINER_LAYER variable in order to prevent swapchain crash
443+ qputenv (" QT_MAC_NO_CONTAINER_LAYER" , " 1" );
441444#endif
442445
443446 bool use_high_dpi = true ;
You can’t perform that action at this time.
0 commit comments