summaryrefslogtreecommitdiffstats
path: root/tests/auto/extras/extras.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/extras/extras.pro')
-rw-r--r--tests/auto/extras/extras.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/extras/extras.pro b/tests/auto/extras/extras.pro
deleted file mode 100644
index a9fd78369..000000000
--- a/tests/auto/extras/extras.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = subdirs
-
-contains(QT_CONFIG, private_tests) {
- SUBDIRS += \
- qcuboidgeometry \
- qtorusgeometry \
- qforwardrenderer \
- qfirstpersoncameracontroller \
- qorbitcameracontroller
-}
-
-qtHaveModule(quick) {
- SUBDIRS += \
- qtext2dentity
-}