We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23502b7 commit 60e7761Copy full SHA for 60e7761
src/main.cpp
@@ -7,6 +7,8 @@
7
8
int main(int argc, char *argv[])
9
{
10
+ qputenv("QSG_RENDER_LOOP", "basic");
11
+
12
QGuiApplication app(argc, argv);
13
QQuickStyle::setStyle("Material");
14
QIcon::setThemeName("scratchcpp");
0 commit comments