We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4eb0b5 commit 7bf0291Copy full SHA for 7bf0291
1 file changed
occt-qt-tools/OcctQtTools.cpp
@@ -137,6 +137,7 @@ void OcctQtTools::qtGlPlatformSetup()
137
{
138
aQpaPlat.SetValue("wayland");
139
aQpaPlat.Build();
140
+ Message::SendTrace() << "OcctQtTools: forced QT_QPA_PLATFORM=" << aQpaPlat.Value();
141
}
142
#else
143
// Qt6 tries to use Wayland platform by default, which is incompatible with OCCT depending on Xlib;
@@ -146,6 +147,7 @@ void OcctQtTools::qtGlPlatformSetup()
146
147
148
aQpaPlat.SetValue("xcb");
149
150
151
152
#endif
153
0 commit comments