aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/qml.pro')
-rw-r--r--tests/benchmarks/qml/qml.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/benchmarks/qml/qml.pro b/tests/benchmarks/qml/qml.pro
deleted file mode 100644
index 128017fec3..0000000000
--- a/tests/benchmarks/qml/qml.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- binding \
- compilation \
- javascript \
- holistic \
- qqmlchangeset \
- qqmlcomponent \
- qqmlmetaproperty \
- librarymetrics_performance \
- script \
- js \
- creation
-
-qtHaveModule(opengl) {
- SUBDIRS += qquickwindow
- qtHaveModule(openglwidgets): SUBDIRS += painting
-}