aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/screenspacereflections/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/screenspacereflections/main.cpp')
-rw-r--r--examples/quick3d/screenspacereflections/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick3d/screenspacereflections/main.cpp b/examples/quick3d/screenspacereflections/main.cpp
index b77c911b..73a4d5dc 100644
--- a/examples/quick3d/screenspacereflections/main.cpp
+++ b/examples/quick3d/screenspacereflections/main.cpp
@@ -7,10 +7,10 @@
int main(int argc, char *argv[])
{
+ qputenv("QT_QUICK_CONTROLS_STYLE", "Basic");
QGuiApplication app(argc, argv);
QSurfaceFormat::setDefaultFormat(QQuick3D::idealSurfaceFormat());
- qputenv("QT_QUICK_CONTROLS_STYLE", "Basic");
QQmlApplicationEngine engine;
const QUrl url(QStringLiteral("qrc:/main.qml"));