aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d')
-rw-r--r--examples/quick3d/bakedlightmap/main.cpp2
-rw-r--r--examples/quick3d/customeffect/main.cpp2
-rw-r--r--examples/quick3d/customshaders/main.cpp2
-rw-r--r--examples/quick3d/dynamiccreation/main.cpp2
-rw-r--r--examples/quick3d/picking/main.cpp2
-rw-r--r--examples/quick3d/principledmaterial/main.cpp2
-rw-r--r--examples/quick3d/reflectionprobes/main.cpp2
-rw-r--r--examples/quick3d/screenspacereflections/main.cpp2
-rw-r--r--examples/quick3d/simplefog/main.cpp2
-rw-r--r--examples/quick3d/view3d/main.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/quick3d/bakedlightmap/main.cpp b/examples/quick3d/bakedlightmap/main.cpp
index 604e282c..d139eb98 100644
--- a/examples/quick3d/bakedlightmap/main.cpp
+++ b/examples/quick3d/bakedlightmap/main.cpp
@@ -7,9 +7,9 @@
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;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
diff --git a/examples/quick3d/customeffect/main.cpp b/examples/quick3d/customeffect/main.cpp
index 64d595cd..081201e1 100644
--- a/examples/quick3d/customeffect/main.cpp
+++ b/examples/quick3d/customeffect/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;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
diff --git a/examples/quick3d/customshaders/main.cpp b/examples/quick3d/customshaders/main.cpp
index cc42da40..46832d52 100644
--- a/examples/quick3d/customshaders/main.cpp
+++ b/examples/quick3d/customshaders/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(4));
- qputenv("QT_QUICK_CONTROLS_STYLE", "Basic");
QQmlApplicationEngine engine;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
diff --git a/examples/quick3d/dynamiccreation/main.cpp b/examples/quick3d/dynamiccreation/main.cpp
index cc42da40..46832d52 100644
--- a/examples/quick3d/dynamiccreation/main.cpp
+++ b/examples/quick3d/dynamiccreation/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(4));
- qputenv("QT_QUICK_CONTROLS_STYLE", "Basic");
QQmlApplicationEngine engine;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
diff --git a/examples/quick3d/picking/main.cpp b/examples/quick3d/picking/main.cpp
index 64d595cd..081201e1 100644
--- a/examples/quick3d/picking/main.cpp
+++ b/examples/quick3d/picking/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;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
diff --git a/examples/quick3d/principledmaterial/main.cpp b/examples/quick3d/principledmaterial/main.cpp
index 64d595cd..081201e1 100644
--- a/examples/quick3d/principledmaterial/main.cpp
+++ b/examples/quick3d/principledmaterial/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;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
diff --git a/examples/quick3d/reflectionprobes/main.cpp b/examples/quick3d/reflectionprobes/main.cpp
index b77c911b..73a4d5dc 100644
--- a/examples/quick3d/reflectionprobes/main.cpp
+++ b/examples/quick3d/reflectionprobes/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"));
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"));
diff --git a/examples/quick3d/simplefog/main.cpp b/examples/quick3d/simplefog/main.cpp
index fef0d605..e945dfe1 100644
--- a/examples/quick3d/simplefog/main.cpp
+++ b/examples/quick3d/simplefog/main.cpp
@@ -9,10 +9,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;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
diff --git a/examples/quick3d/view3d/main.cpp b/examples/quick3d/view3d/main.cpp
index 804f8ff4..f0320b96 100644
--- a/examples/quick3d/view3d/main.cpp
+++ b/examples/quick3d/view3d/main.cpp
@@ -7,9 +7,9 @@
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;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));