aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 13:37:58 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 15:34:22 +0100
commit78ab4b8d8b75fed240cded1a3f182048e56a8823 (patch)
tree96cdc6b049a1f8330648134eecfe74b75be28350 /tests/benchmarks
parentbd017c18ab1faa6011db12afadade74172e03de7 (diff)
Remove the qmake project files
Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/benchmarks.pro5
-rw-r--r--tests/benchmarks/particles/affectors/affectors.pro10
-rw-r--r--tests/benchmarks/particles/emission/emission.pro11
-rw-r--r--tests/benchmarks/particles/particles.pro5
-rw-r--r--tests/benchmarks/qml/animation/animation.pro9
-rw-r--r--tests/benchmarks/qml/binding/binding.pro11
-rw-r--r--tests/benchmarks/qml/compilation/compilation.pro11
-rw-r--r--tests/benchmarks/qml/creation/creation.pro9
-rw-r--r--tests/benchmarks/qml/holistic/holistic.pro13
-rw-r--r--tests/benchmarks/qml/javascript/javascript.pro11
-rw-r--r--tests/benchmarks/qml/js/js.pro10
-rw-r--r--tests/benchmarks/qml/js/qjsengine/qjsengine.pro8
-rw-r--r--tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro8
-rw-r--r--tests/benchmarks/qml/js/qjsvalueiterator/qjsvalueiterator.pro7
-rw-r--r--tests/benchmarks/qml/librarymetrics_performance/librarymetrics_performance.pro11
-rw-r--r--tests/benchmarks/qml/painting/painting.pro9
-rw-r--r--tests/benchmarks/qml/qml.pro19
-rw-r--r--tests/benchmarks/qml/qqmlchangeset/qqmlchangeset.pro10
-rw-r--r--tests/benchmarks/qml/qqmlcomponent/qqmlcomponent.pro11
-rw-r--r--tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro10
-rw-r--r--tests/benchmarks/qml/qquickwindow/qquickwindow.pro11
-rw-r--r--tests/benchmarks/qml/script/script.pro12
-rw-r--r--tests/benchmarks/qml/typeimports/typeimports.pro9
-rw-r--r--tests/benchmarks/quick/colorresolving/colorresolving.pro14
-rw-r--r--tests/benchmarks/quick/events/events.pro11
-rw-r--r--tests/benchmarks/quick/quick.pro5
26 files changed, 0 insertions, 260 deletions
diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro
deleted file mode 100644
index f70d4e52bd..0000000000
--- a/tests/benchmarks/benchmarks.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = qml quick
-qtConfig(private_tests) {
- SUBDIRS += particles
-}
diff --git a/tests/benchmarks/particles/affectors/affectors.pro b/tests/benchmarks/particles/affectors/affectors.pro
deleted file mode 100644
index 35e1f514cc..0000000000
--- a/tests/benchmarks/particles/affectors/affectors.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-# This benchmark is broken, see QTBUG-60621
-#CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_affectors
-SOURCES += tst_affectors.cpp
-macx:CONFIG -= app_bundle
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
-
-QT += quickparticles-private testlib
diff --git a/tests/benchmarks/particles/emission/emission.pro b/tests/benchmarks/particles/emission/emission.pro
deleted file mode 100644
index 963346ebdd..0000000000
--- a/tests/benchmarks/particles/emission/emission.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-# This benchmark is broken, see QTBUG-60621
-#CONFIG += benchmark
-TARGET = tst_emission
-SOURCES += tst_emission.cpp
-macx:CONFIG -= app_bundle
-
-testDataFiles.files = data
-testDataFiles.path = .
-DEPLOYMENT += testDataFiles
-
-QT += quickparticles-private testlib
diff --git a/tests/benchmarks/particles/particles.pro b/tests/benchmarks/particles/particles.pro
deleted file mode 100644
index 535bedd1f9..0000000000
--- a/tests/benchmarks/particles/particles.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- emission \
- affectors
diff --git a/tests/benchmarks/qml/animation/animation.pro b/tests/benchmarks/qml/animation/animation.pro
deleted file mode 100644
index 43cf6ccdde..0000000000
--- a/tests/benchmarks/qml/animation/animation.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_animation
-QT += qml testlib core-private gui-private qml-private quick-private
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_animation.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/binding/binding.pro b/tests/benchmarks/qml/binding/binding.pro
deleted file mode 100644
index f6e450b0ba..0000000000
--- a/tests/benchmarks/qml/binding/binding.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_binding
-QT += qml testlib
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_binding.cpp testtypes.cpp
-HEADERS += testtypes.h
-
-# Define SRCDIR equal to test's source directory
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/compilation/compilation.pro b/tests/benchmarks/qml/compilation/compilation.pro
deleted file mode 100644
index 8aec60f3e4..0000000000
--- a/tests/benchmarks/qml/compilation/compilation.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_compilation
-QT += qml qml-private testlib core-private
-macx:CONFIG -= app_bundle
-
-CONFIG += release
-
-SOURCES += tst_compilation.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/creation/creation.pro b/tests/benchmarks/qml/creation/creation.pro
deleted file mode 100644
index 42faf729a0..0000000000
--- a/tests/benchmarks/qml/creation/creation.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_creation
-QT += core-private gui-private qml-private quick-private testlib
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_creation.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/holistic/holistic.pro b/tests/benchmarks/qml/holistic/holistic.pro
deleted file mode 100644
index 60b7dbe6cc..0000000000
--- a/tests/benchmarks/qml/holistic/holistic.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_holistic
-QT += qml network testlib
-macx:CONFIG -= app_bundle
-
-CONFIG += release
-
-SOURCES += tst_holistic.cpp \
- testtypes.cpp
-HEADERS += testtypes.h
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/javascript/javascript.pro b/tests/benchmarks/qml/javascript/javascript.pro
deleted file mode 100644
index 945fff7000..0000000000
--- a/tests/benchmarks/qml/javascript/javascript.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_javascript
-QT += qml testlib
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_javascript.cpp testtypes.cpp
-HEADERS += testtypes.h
-
-# Define SRCDIR equal to test's source directory
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/js/js.pro b/tests/benchmarks/qml/js/js.pro
deleted file mode 100644
index b1448d8eb8..0000000000
--- a/tests/benchmarks/qml/js/js.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- qjsengine \
- qjsvalue \
- qjsvalueiterator \
-
-TRUSTED_BENCHMARKS += \
- qjsvalue \
- qjsengine \
-
diff --git a/tests/benchmarks/qml/js/qjsengine/qjsengine.pro b/tests/benchmarks/qml/js/qjsengine/qjsengine.pro
deleted file mode 100644
index c4aba78756..0000000000
--- a/tests/benchmarks/qml/js/qjsengine/qjsengine.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_bench_qjsengine
-
-SOURCES += tst_qjsengine.cpp
-
-QT += qml testlib
-macos:CONFIG -= app_bundle
diff --git a/tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro b/tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro
deleted file mode 100644
index edfb619608..0000000000
--- a/tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_bench_qjsvalue
-
-SOURCES += tst_qjsvalue.cpp
-
-QT += qml testlib
-macos:CONFIG -= app_bundle
diff --git a/tests/benchmarks/qml/js/qjsvalueiterator/qjsvalueiterator.pro b/tests/benchmarks/qml/js/qjsvalueiterator/qjsvalueiterator.pro
deleted file mode 100644
index 8222a13a7d..0000000000
--- a/tests/benchmarks/qml/js/qjsvalueiterator/qjsvalueiterator.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_bench_qjsvalueiterator
-
-SOURCES += tst_qjsvalueiterator.cpp
-
-QT = core qml testlib
diff --git a/tests/benchmarks/qml/librarymetrics_performance/librarymetrics_performance.pro b/tests/benchmarks/qml/librarymetrics_performance/librarymetrics_performance.pro
deleted file mode 100644
index 67f9d3b395..0000000000
--- a/tests/benchmarks/qml/librarymetrics_performance/librarymetrics_performance.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_librarymetrics_performance
-
-QT += qml quick network testlib
-macx:CONFIG -= app_bundle
-
-CONFIG += release
-SOURCES += tst_librarymetrics_performance.cpp
-
-RESOURCES += data
diff --git a/tests/benchmarks/qml/painting/painting.pro b/tests/benchmarks/qml/painting/painting.pro
deleted file mode 100644
index 2443995bed..0000000000
--- a/tests/benchmarks/qml/painting/painting.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-requires(qtHaveModule(opengl))
-requires(qtHaveModule(openglwidgets))
-requires(qtHaveModule(widgets))
-
-QT += opengl widgets openglwidgets
-CONFIG += console
-macx:CONFIG -= app_bundle
-
-SOURCES += paintbenchmark.cpp
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
-}
diff --git a/tests/benchmarks/qml/qqmlchangeset/qqmlchangeset.pro b/tests/benchmarks/qml/qqmlchangeset/qqmlchangeset.pro
deleted file mode 100644
index fc0ccdf8ed..0000000000
--- a/tests/benchmarks/qml/qqmlchangeset/qqmlchangeset.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_qqmlchangeset
-QT += qml quick-private testlib
-osx:CONFIG -= app_bundle
-
-SOURCES += tst_qqmlchangeset.cpp
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-
diff --git a/tests/benchmarks/qml/qqmlcomponent/qqmlcomponent.pro b/tests/benchmarks/qml/qqmlcomponent/qqmlcomponent.pro
deleted file mode 100644
index c867065616..0000000000
--- a/tests/benchmarks/qml/qqmlcomponent/qqmlcomponent.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_qqmlcomponent
-QT += qml testlib
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_qqmlcomponent.cpp testtypes.cpp
-HEADERS += testtypes.h
-
-# Define SRCDIR equal to test's source directory
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro b/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
deleted file mode 100644
index 3e8d341bbe..0000000000
--- a/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_qqmlmetaproperty
-QT += qml testlib
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_qqmlmetaproperty.cpp
-
-# Define SRCDIR equal to test's source directory
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/qml/qquickwindow/qquickwindow.pro b/tests/benchmarks/qml/qquickwindow/qquickwindow.pro
deleted file mode 100644
index 9e79d4acf8..0000000000
--- a/tests/benchmarks/qml/qquickwindow/qquickwindow.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += benchmark
-TARGET = tst_qquickwindow
-SOURCES += tst_qquickwindow.cpp
-macx:CONFIG -= app_bundle
-
-testDataFiles.files = data
-testDataFiles.path = .
-DEPLOYMENT += testDataFiles
-
-QT += core-private gui-private qml-private quick-private opengl-private testlib
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/benchmarks/qml/script/script.pro b/tests/benchmarks/qml/script/script.pro
deleted file mode 100644
index c151cdc146..0000000000
--- a/tests/benchmarks/qml/script/script.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_script
-macx:CONFIG -= app_bundle
-CONFIG += release
-
-SOURCES += tst_script.cpp
-
-QT += core-private gui-private qml-private quick-private testlib
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/benchmarks/qml/typeimports/typeimports.pro b/tests/benchmarks/qml/typeimports/typeimports.pro
deleted file mode 100644
index aa1a291b82..0000000000
--- a/tests/benchmarks/qml/typeimports/typeimports.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_typeimports
-QT += qml testlib
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_typeimports.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/quick/colorresolving/colorresolving.pro b/tests/benchmarks/quick/colorresolving/colorresolving.pro
deleted file mode 100644
index dc238caf44..0000000000
--- a/tests/benchmarks/quick/colorresolving/colorresolving.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-TEMPLATE = app
-TARGET = tst_colorresolving
-CONFIG += qmltestcase
-
-macos:CONFIG -= app_bundle
-
-SOURCES += \
- $$PWD/tst_colorresolving.cpp
-
-OTHER_FILES += \
- $$PWD/data/*.qml
-
-TESTDATA += \
- $$PWD/data/tst_*
diff --git a/tests/benchmarks/quick/events/events.pro b/tests/benchmarks/quick/events/events.pro
deleted file mode 100644
index 88e85d0278..0000000000
--- a/tests/benchmarks/quick/events/events.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_qevents
-QT += quick quick-private qml testlib
-macos:CONFIG -= app_bundle
-
-SOURCES += tst_events.cpp
-
-include (../../../auto/shared/util.pri)
-include (../../../auto/quick/shared/util.pri)
-
diff --git a/tests/benchmarks/quick/quick.pro b/tests/benchmarks/quick/quick.pro
deleted file mode 100644
index f6de5ec287..0000000000
--- a/tests/benchmarks/quick/quick.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- events \
- colorresolving