summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qgraphicsutils/qgraphicsutils.pro
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2018-03-12 08:32:35 +0100
committerPaul Lemire <paul.lemire@kdab.com>2020-02-05 11:33:49 +0100
commit0e115ff000fb294de8519bf5b39beee0d6bfa605 (patch)
treec66c1f19ad5e4b7fc4f3be7951fa74d1d4df64bb /tests/auto/render/qgraphicsutils/qgraphicsutils.pro
parentf1f387c22dac8748a7edb1f4aa1ea6dac7dfbdfd (diff)
Make the OpenGL renderer a plugin
By default the QRenderAspect will try to load this plugin Change-Id: Ie55e207fb8e6d0b64f717bbb99699eb669eaa3f2 Task-number: QTBUG-61151 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'tests/auto/render/qgraphicsutils/qgraphicsutils.pro')
-rw-r--r--tests/auto/render/qgraphicsutils/qgraphicsutils.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/render/qgraphicsutils/qgraphicsutils.pro b/tests/auto/render/qgraphicsutils/qgraphicsutils.pro
deleted file mode 100644
index 031a26246..000000000
--- a/tests/auto/render/qgraphicsutils/qgraphicsutils.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = app
-
-TARGET = tst_qgraphicsutils
-
-QT += 3dcore 3dcore-private 3drender 3drender-private testlib
-
-CONFIG += testcase
-
-SOURCES += tst_qgraphicsutils.cpp