summaryrefslogtreecommitdiffstats
path: root/tests/manual/itemmodeltest/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/itemmodeltest/main.cpp')
-rw-r--r--tests/manual/itemmodeltest/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/itemmodeltest/main.cpp b/tests/manual/itemmodeltest/main.cpp
index 8e98e209..4a32ca3b 100644
--- a/tests/manual/itemmodeltest/main.cpp
+++ b/tests/manual/itemmodeltest/main.cpp
@@ -249,6 +249,7 @@ void GraphDataGenerator::changeSelectedButtonClicked()
int main(int argc, char **argv)
{
+ qputenv("QSG_RHI_BACKEND", "opengl");
QApplication app(argc, argv);
Q3DBars *barGraph = new Q3DBars();
Q3DSurface *surfaceGraph = new Q3DSurface();