From 7d1cda9de3e88db33696675c9723209d0f876cdb Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 29 Jan 2021 18:56:54 +0100 Subject: Remove qmake project files for benchmarks Also remove tests/tests.pro that would be empty without the benchmarks. Change-Id: Iaf92a729d1286b3e0c03bf9f877b59e1d83708e6 Reviewed-by: Alexey Edelev Reviewed-by: Edward Welbourne --- tests/benchmarks/corelib/corelib.pro | 20 -------------------- tests/benchmarks/corelib/io/io.pro | 11 ----------- tests/benchmarks/corelib/io/qdir/10000/10000.pro | 6 ------ tests/benchmarks/corelib/io/qdir/qdir.pro | 2 -- tests/benchmarks/corelib/io/qdir/tree/tree.pro | 7 ------- .../corelib/io/qdiriterator/qdiriterator.pro | 13 ------------- tests/benchmarks/corelib/io/qfile/qfile.pro | 7 ------- tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro | 7 ------- tests/benchmarks/corelib/io/qiodevice/qiodevice.pro | 6 ------ tests/benchmarks/corelib/io/qprocess/qprocess.pro | 3 --- tests/benchmarks/corelib/io/qprocess/test/test.pro | 5 ----- .../testProcessLoopback/testProcessLoopback.pro | 6 ------ .../corelib/io/qtemporaryfile/qtemporaryfile.pro | 6 ------ .../corelib/io/qtextstream/qtextstream.pro | 6 ------ tests/benchmarks/corelib/io/qurl/qurl.pro | 7 ------- tests/benchmarks/corelib/json/json.pro | 8 -------- tests/benchmarks/corelib/kernel/events/events.pro | 6 ------ tests/benchmarks/corelib/kernel/kernel.pro | 17 ----------------- .../kernel/qcoreapplication/qcoreapplication.pro | 6 ------ .../corelib/kernel/qmetaobject/qmetaobject.pro | 6 ------ .../corelib/kernel/qmetatype/qmetatype.pro | 6 ------ tests/benchmarks/corelib/kernel/qobject/qobject.pro | 7 ------- .../qtimer_vs_qmetaobject/qtimer_vs_qmetaobject.pro | 7 ------- .../benchmarks/corelib/kernel/qvariant/qvariant.pro | 6 ------ .../kernel/qwineventnotifier/qwineventnotifier.pro | 6 ------ tests/benchmarks/corelib/mimetypes/mimetypes.pro | 3 --- .../mimetypes/qmimedatabase/qmimedatabase.pro | 5 ----- tests/benchmarks/corelib/plugin/plugin.pro | 2 -- tests/benchmarks/corelib/plugin/quuid/quuid.pro | 6 ------ .../corelib/text/qbytearray/qbytearray.pro | 7 ------- tests/benchmarks/corelib/text/qchar/qchar.pro | 5 ----- tests/benchmarks/corelib/text/qlocale/qlocale.pro | 5 ----- .../text/qregularexpression/qregularexpression.pro | 5 ----- tests/benchmarks/corelib/text/qstring/qstring.pro | 6 ------ .../corelib/text/qstringbuilder/qstringbuilder.pro | 9 --------- .../corelib/text/qstringlist/qstringlist.pro | 5 ----- tests/benchmarks/corelib/text/text.pro | 10 ---------- tests/benchmarks/corelib/thread/qmutex/qmutex.pro | 6 ------ .../corelib/thread/qreadwritelock/qreadwritelock.pro | 8 -------- .../corelib/thread/qthreadpool/qthreadpool.pro | 6 ------ .../corelib/thread/qthreadstorage/qthreadstorage.pro | 6 ------ .../corelib/thread/qwaitcondition/qwaitcondition.pro | 6 ------ tests/benchmarks/corelib/thread/thread.pro | 7 ------- tests/benchmarks/corelib/time/qdate/qdate.pro | 5 ----- .../benchmarks/corelib/time/qdatetime/qdatetime.pro | 5 ----- .../benchmarks/corelib/time/qtimezone/qtimezone.pro | 5 ----- tests/benchmarks/corelib/time/time.pro | 5 ----- .../containers-associative.pro | 6 ------ .../containers-sequential/containers-sequential.pro | 6 ------ .../tools/qcontiguouscache/qcontiguouscache.pro | 6 ------ .../tools/qcryptographichash/qcryptographichash.pro | 6 ------ tests/benchmarks/corelib/tools/qhash/qhash.pro | 6 ------ tests/benchmarks/corelib/tools/qlist/qlist.pro | 5 ----- tests/benchmarks/corelib/tools/qmap/qmap.pro | 6 ------ tests/benchmarks/corelib/tools/qrect/qrect.pro | 6 ------ .../corelib/tools/qringbuffer/qringbuffer.pro | 6 ------ tests/benchmarks/corelib/tools/qset/qset.pro | 5 ----- tests/benchmarks/corelib/tools/qstack/qstack.pro | 5 ----- tests/benchmarks/corelib/tools/qvector/qvector.pro | 6 ------ tests/benchmarks/corelib/tools/tools.pro | 12 ------------ 60 files changed, 395 deletions(-) delete mode 100644 tests/benchmarks/corelib/corelib.pro delete mode 100644 tests/benchmarks/corelib/io/io.pro delete mode 100644 tests/benchmarks/corelib/io/qdir/10000/10000.pro delete mode 100644 tests/benchmarks/corelib/io/qdir/qdir.pro delete mode 100644 tests/benchmarks/corelib/io/qdir/tree/tree.pro delete mode 100644 tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro delete mode 100644 tests/benchmarks/corelib/io/qfile/qfile.pro delete mode 100644 tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro delete mode 100644 tests/benchmarks/corelib/io/qiodevice/qiodevice.pro delete mode 100644 tests/benchmarks/corelib/io/qprocess/qprocess.pro delete mode 100644 tests/benchmarks/corelib/io/qprocess/test/test.pro delete mode 100644 tests/benchmarks/corelib/io/qprocess/testProcessLoopback/testProcessLoopback.pro delete mode 100644 tests/benchmarks/corelib/io/qtemporaryfile/qtemporaryfile.pro delete mode 100644 tests/benchmarks/corelib/io/qtextstream/qtextstream.pro delete mode 100644 tests/benchmarks/corelib/io/qurl/qurl.pro delete mode 100644 tests/benchmarks/corelib/json/json.pro delete mode 100644 tests/benchmarks/corelib/kernel/events/events.pro delete mode 100644 tests/benchmarks/corelib/kernel/kernel.pro delete mode 100644 tests/benchmarks/corelib/kernel/qcoreapplication/qcoreapplication.pro delete mode 100644 tests/benchmarks/corelib/kernel/qmetaobject/qmetaobject.pro delete mode 100644 tests/benchmarks/corelib/kernel/qmetatype/qmetatype.pro delete mode 100644 tests/benchmarks/corelib/kernel/qobject/qobject.pro delete mode 100644 tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/qtimer_vs_qmetaobject.pro delete mode 100644 tests/benchmarks/corelib/kernel/qvariant/qvariant.pro delete mode 100644 tests/benchmarks/corelib/kernel/qwineventnotifier/qwineventnotifier.pro delete mode 100644 tests/benchmarks/corelib/mimetypes/mimetypes.pro delete mode 100644 tests/benchmarks/corelib/mimetypes/qmimedatabase/qmimedatabase.pro delete mode 100644 tests/benchmarks/corelib/plugin/plugin.pro delete mode 100644 tests/benchmarks/corelib/plugin/quuid/quuid.pro delete mode 100644 tests/benchmarks/corelib/text/qbytearray/qbytearray.pro delete mode 100644 tests/benchmarks/corelib/text/qchar/qchar.pro delete mode 100644 tests/benchmarks/corelib/text/qlocale/qlocale.pro delete mode 100644 tests/benchmarks/corelib/text/qregularexpression/qregularexpression.pro delete mode 100644 tests/benchmarks/corelib/text/qstring/qstring.pro delete mode 100644 tests/benchmarks/corelib/text/qstringbuilder/qstringbuilder.pro delete mode 100644 tests/benchmarks/corelib/text/qstringlist/qstringlist.pro delete mode 100644 tests/benchmarks/corelib/text/text.pro delete mode 100644 tests/benchmarks/corelib/thread/qmutex/qmutex.pro delete mode 100644 tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro delete mode 100644 tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro delete mode 100644 tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro delete mode 100644 tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro delete mode 100644 tests/benchmarks/corelib/thread/thread.pro delete mode 100644 tests/benchmarks/corelib/time/qdate/qdate.pro delete mode 100644 tests/benchmarks/corelib/time/qdatetime/qdatetime.pro delete mode 100644 tests/benchmarks/corelib/time/qtimezone/qtimezone.pro delete mode 100644 tests/benchmarks/corelib/time/time.pro delete mode 100644 tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro delete mode 100644 tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro delete mode 100644 tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro delete mode 100644 tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro delete mode 100644 tests/benchmarks/corelib/tools/qhash/qhash.pro delete mode 100644 tests/benchmarks/corelib/tools/qlist/qlist.pro delete mode 100644 tests/benchmarks/corelib/tools/qmap/qmap.pro delete mode 100644 tests/benchmarks/corelib/tools/qrect/qrect.pro delete mode 100644 tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro delete mode 100644 tests/benchmarks/corelib/tools/qset/qset.pro delete mode 100644 tests/benchmarks/corelib/tools/qstack/qstack.pro delete mode 100644 tests/benchmarks/corelib/tools/qvector/qvector.pro delete mode 100644 tests/benchmarks/corelib/tools/tools.pro (limited to 'tests/benchmarks/corelib') diff --git a/tests/benchmarks/corelib/corelib.pro b/tests/benchmarks/corelib/corelib.pro deleted file mode 100644 index 3c11e43ef5..0000000000 --- a/tests/benchmarks/corelib/corelib.pro +++ /dev/null @@ -1,20 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - io \ - json \ - mimetypes \ - kernel \ - text \ - thread \ - time \ - tools \ - plugin - -TRUSTED_BENCHMARKS += \ - kernel/qmetaobject \ - kernel/qmetatype \ - kernel/qobject \ - thread/qthreadstorage \ - io/qdir/tree - -include(../trusted-benchmarks.pri) diff --git a/tests/benchmarks/corelib/io/io.pro b/tests/benchmarks/corelib/io/io.pro deleted file mode 100644 index 23f9c190aa..0000000000 --- a/tests/benchmarks/corelib/io/io.pro +++ /dev/null @@ -1,11 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - qdir \ - qdiriterator \ - qfile \ - qfileinfo \ - qiodevice \ - qtemporaryfile \ - qtextstream - -qtConfig(process): SUBDIRS += qprocess diff --git a/tests/benchmarks/corelib/io/qdir/10000/10000.pro b/tests/benchmarks/corelib/io/qdir/10000/10000.pro deleted file mode 100644 index 52325f314f..0000000000 --- a/tests/benchmarks/corelib/io/qdir/10000/10000.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qdir_10000 -SOURCES += bench_qdir_10000.cpp diff --git a/tests/benchmarks/corelib/io/qdir/qdir.pro b/tests/benchmarks/corelib/io/qdir/qdir.pro deleted file mode 100644 index c572566759..0000000000 --- a/tests/benchmarks/corelib/io/qdir/qdir.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = 10000 diff --git a/tests/benchmarks/corelib/io/qdir/tree/tree.pro b/tests/benchmarks/corelib/io/qdir/tree/tree.pro deleted file mode 100644 index 90ddd23345..0000000000 --- a/tests/benchmarks/corelib/io/qdir/tree/tree.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = bench_qdir_tree -SOURCES += bench_qdir_tree.cpp -RESOURCES += bench_qdir_tree.qrc diff --git a/tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro b/tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro deleted file mode 100644 index 0921b8424e..0000000000 --- a/tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro +++ /dev/null @@ -1,13 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -# Enable c++17 support for std::filesystem -qtConfig(cxx17_filesystem) { - CONFIG += c++17 - gcc:lessThan(QMAKE_GCC_MAJOR_VERSION, 9): \ - QMAKE_LFLAGS += -lstdc++fs -} - -TARGET = tst_bench_qdiriterator -SOURCES += main.cpp qfilesystemiterator.cpp -HEADERS += qfilesystemiterator.h diff --git a/tests/benchmarks/corelib/io/qfile/qfile.pro b/tests/benchmarks/corelib/io/qfile/qfile.pro deleted file mode 100644 index a882c4ea61..0000000000 --- a/tests/benchmarks/corelib/io/qfile/qfile.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core core-private testlib -win32: DEFINES+= _CRT_SECURE_NO_WARNINGS - -TARGET = tst_bench_qfile -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro b/tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro deleted file mode 100644 index 9c97bfc84a..0000000000 --- a/tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT -= gui -QT += core-private testlib - -TARGET = tst_bench_qfileinfo -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/io/qiodevice/qiodevice.pro b/tests/benchmarks/corelib/io/qiodevice/qiodevice.pro deleted file mode 100644 index febe6e87f9..0000000000 --- a/tests/benchmarks/corelib/io/qiodevice/qiodevice.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qiodevice -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/io/qprocess/qprocess.pro b/tests/benchmarks/corelib/io/qprocess/qprocess.pro deleted file mode 100644 index 839b4f7ecd..0000000000 --- a/tests/benchmarks/corelib/io/qprocess/qprocess.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE = subdirs -test.depends = testProcessLoopback -SUBDIRS = testProcessLoopback test diff --git a/tests/benchmarks/corelib/io/qprocess/test/test.pro b/tests/benchmarks/corelib/io/qprocess/test/test.pro deleted file mode 100644 index e7e8e01aef..0000000000 --- a/tests/benchmarks/corelib/io/qprocess/test/test.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core core-private testlib - -TARGET = ../tst_bench_qprocess -SOURCES += ../tst_bench_qprocess.cpp diff --git a/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/testProcessLoopback.pro b/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/testProcessLoopback.pro deleted file mode 100644 index a5fe146e80..0000000000 --- a/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/testProcessLoopback.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -CONFIG -= qt -CONFIG += cmdline - -SOURCES = main.cpp -DESTDIR = ./ diff --git a/tests/benchmarks/corelib/io/qtemporaryfile/qtemporaryfile.pro b/tests/benchmarks/corelib/io/qtemporaryfile/qtemporaryfile.pro deleted file mode 100644 index b6064e1f91..0000000000 --- a/tests/benchmarks/corelib/io/qtemporaryfile/qtemporaryfile.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qtemporaryfile -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/io/qtextstream/qtextstream.pro b/tests/benchmarks/corelib/io/qtextstream/qtextstream.pro deleted file mode 100644 index fb45d05bc9..0000000000 --- a/tests/benchmarks/corelib/io/qtextstream/qtextstream.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qtextstream -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/io/qurl/qurl.pro b/tests/benchmarks/corelib/io/qurl/qurl.pro deleted file mode 100644 index 0e10e32a22..0000000000 --- a/tests/benchmarks/corelib/io/qurl/qurl.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib -win32: DEFINES+= _CRT_SECURE_NO_WARNINGS - -TARGET = tst_qurl -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/json/json.pro b/tests/benchmarks/corelib/json/json.pro deleted file mode 100644 index c26168945d..0000000000 --- a/tests/benchmarks/corelib/json/json.pro +++ /dev/null @@ -1,8 +0,0 @@ -QT = core testlib -CONFIG += benchmark -CONFIG -= app_bundle - -TARGET = tst_bench_qtjson -SOURCES += tst_bench_qtjson.cpp - -TESTDATA = numbers.json test.json diff --git a/tests/benchmarks/corelib/kernel/events/events.pro b/tests/benchmarks/corelib/kernel/events/events.pro deleted file mode 100644 index 1381bb001e..0000000000 --- a/tests/benchmarks/corelib/kernel/events/events.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_events -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/kernel/kernel.pro b/tests/benchmarks/corelib/kernel/kernel.pro deleted file mode 100644 index b7cb23aad6..0000000000 --- a/tests/benchmarks/corelib/kernel/kernel.pro +++ /dev/null @@ -1,17 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - events \ - qmetaobject \ - qmetatype \ - qobject \ - qvariant \ - qcoreapplication \ - qtimer_vs_qmetaobject \ - qwineventnotifier - -!qtHaveModule(widgets): SUBDIRS -= \ - qmetaobject \ - qobject - -# This test is only applicable on Windows -!win32: SUBDIRS -= qwineventnotifier diff --git a/tests/benchmarks/corelib/kernel/qcoreapplication/qcoreapplication.pro b/tests/benchmarks/corelib/kernel/qcoreapplication/qcoreapplication.pro deleted file mode 100644 index 5572f06924..0000000000 --- a/tests/benchmarks/corelib/kernel/qcoreapplication/qcoreapplication.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qcoreapplication -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/kernel/qmetaobject/qmetaobject.pro b/tests/benchmarks/corelib/kernel/qmetaobject/qmetaobject.pro deleted file mode 100644 index 0d595ed4da..0000000000 --- a/tests/benchmarks/corelib/kernel/qmetaobject/qmetaobject.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT += widgets testlib - -TARGET = tst_bench_qmetaobject -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/kernel/qmetatype/qmetatype.pro b/tests/benchmarks/corelib/kernel/qmetatype/qmetatype.pro deleted file mode 100644 index ffd36ad202..0000000000 --- a/tests/benchmarks/corelib/kernel/qmetatype/qmetatype.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qmetatype -SOURCES += tst_qmetatype.cpp diff --git a/tests/benchmarks/corelib/kernel/qobject/qobject.pro b/tests/benchmarks/corelib/kernel/qobject/qobject.pro deleted file mode 100644 index eb1d8a2daa..0000000000 --- a/tests/benchmarks/corelib/kernel/qobject/qobject.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT += widgets testlib - -TARGET = tst_bench_qobject -HEADERS += object.h -SOURCES += main.cpp object.cpp diff --git a/tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/qtimer_vs_qmetaobject.pro b/tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/qtimer_vs_qmetaobject.pro deleted file mode 100644 index 3d4e48e76c..0000000000 --- a/tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/qtimer_vs_qmetaobject.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -INCLUDEPATH += . -TARGET = qtimer_vs_qmetaobject -SOURCES += tst_qtimer_vs_qmetaobject.cpp diff --git a/tests/benchmarks/corelib/kernel/qvariant/qvariant.pro b/tests/benchmarks/corelib/kernel/qvariant/qvariant.pro deleted file mode 100644 index 2616ae78ea..0000000000 --- a/tests/benchmarks/corelib/kernel/qvariant/qvariant.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -QT += testlib -!qtHaveModule(gui): QT -= gui - -TARGET = tst_bench_qvariant -SOURCES += tst_qvariant.cpp diff --git a/tests/benchmarks/corelib/kernel/qwineventnotifier/qwineventnotifier.pro b/tests/benchmarks/corelib/kernel/qwineventnotifier/qwineventnotifier.pro deleted file mode 100644 index 5c70ff6cc7..0000000000 --- a/tests/benchmarks/corelib/kernel/qwineventnotifier/qwineventnotifier.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qwineventnotifier -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/mimetypes/mimetypes.pro b/tests/benchmarks/corelib/mimetypes/mimetypes.pro deleted file mode 100644 index 14dc5f0e10..0000000000 --- a/tests/benchmarks/corelib/mimetypes/mimetypes.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - qmimedatabase \ diff --git a/tests/benchmarks/corelib/mimetypes/qmimedatabase/qmimedatabase.pro b/tests/benchmarks/corelib/mimetypes/qmimedatabase/qmimedatabase.pro deleted file mode 100644 index 3d218554d3..0000000000 --- a/tests/benchmarks/corelib/mimetypes/qmimedatabase/qmimedatabase.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qmimedatabase -SOURCES = main.cpp diff --git a/tests/benchmarks/corelib/plugin/plugin.pro b/tests/benchmarks/corelib/plugin/plugin.pro deleted file mode 100644 index 2afd7f328b..0000000000 --- a/tests/benchmarks/corelib/plugin/plugin.pro +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = quuid diff --git a/tests/benchmarks/corelib/plugin/quuid/quuid.pro b/tests/benchmarks/corelib/plugin/quuid/quuid.pro deleted file mode 100644 index 5179c0cc40..0000000000 --- a/tests/benchmarks/corelib/plugin/quuid/quuid.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_quuid -SOURCES += tst_quuid.cpp diff --git a/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro b/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro deleted file mode 100644 index 25af9512d4..0000000000 --- a/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qbytearray -SOURCES += main.cpp -TESTDATA += main.cpp diff --git a/tests/benchmarks/corelib/text/qchar/qchar.pro b/tests/benchmarks/corelib/text/qchar/qchar.pro deleted file mode 100644 index 902acbb831..0000000000 --- a/tests/benchmarks/corelib/text/qchar/qchar.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qchar -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/text/qlocale/qlocale.pro b/tests/benchmarks/corelib/text/qlocale/qlocale.pro deleted file mode 100644 index a39a20a677..0000000000 --- a/tests/benchmarks/corelib/text/qlocale/qlocale.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qlocale -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/text/qregularexpression/qregularexpression.pro b/tests/benchmarks/corelib/text/qregularexpression/qregularexpression.pro deleted file mode 100644 index 2a482cac37..0000000000 --- a/tests/benchmarks/corelib/text/qregularexpression/qregularexpression.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qregularexpression -SOURCES += tst_bench_qregularexpression.cpp diff --git a/tests/benchmarks/corelib/text/qstring/qstring.pro b/tests/benchmarks/corelib/text/qstring/qstring.pro deleted file mode 100644 index e25431b983..0000000000 --- a/tests/benchmarks/corelib/text/qstring/qstring.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -QT -= gui -QT += core testlib - -TARGET = tst_bench_qstring -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/text/qstringbuilder/qstringbuilder.pro b/tests/benchmarks/corelib/text/qstringbuilder/qstringbuilder.pro deleted file mode 100644 index 91421b3b2c..0000000000 --- a/tests/benchmarks/corelib/text/qstringbuilder/qstringbuilder.pro +++ /dev/null @@ -1,9 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -QMAKE_CXXFLAGS += -g -QMAKE_CFLAGS += -g - -TARGET = tst_bench_qstringbuilder -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/text/qstringlist/qstringlist.pro b/tests/benchmarks/corelib/text/qstringlist/qstringlist.pro deleted file mode 100644 index a27bf0a6ab..0000000000 --- a/tests/benchmarks/corelib/text/qstringlist/qstringlist.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qstringlist -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/text/text.pro b/tests/benchmarks/corelib/text/text.pro deleted file mode 100644 index 839c1d0f2f..0000000000 --- a/tests/benchmarks/corelib/text/text.pro +++ /dev/null @@ -1,10 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - qbytearray \ - qchar \ - qlocale \ - qstringbuilder \ - qstringlist \ - qregularexpression - -*g++*: SUBDIRS += qstring diff --git a/tests/benchmarks/corelib/thread/qmutex/qmutex.pro b/tests/benchmarks/corelib/thread/qmutex/qmutex.pro deleted file mode 100644 index a0b2ddeaa9..0000000000 --- a/tests/benchmarks/corelib/thread/qmutex/qmutex.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qmutex -SOURCES += tst_qmutex.cpp diff --git a/tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro b/tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro deleted file mode 100644 index 7c36067cb7..0000000000 --- a/tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro +++ /dev/null @@ -1,8 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -CONFIG += c++14 # for std::shared_timed_mutex -CONFIG += c++1z # for std::shared_mutex -QT = core-private testlib - -TARGET = tst_bench_qreadwritelock -SOURCES += tst_qreadwritelock.cpp diff --git a/tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro b/tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro deleted file mode 100644 index 303b3cef69..0000000000 --- a/tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qthreadpool -SOURCES += tst_qthreadpool.cpp diff --git a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro deleted file mode 100644 index 3f62c4eb3c..0000000000 --- a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qthreadstorage -SOURCES += tst_qthreadstorage.cpp diff --git a/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro b/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro deleted file mode 100644 index cc801bdc13..0000000000 --- a/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qwaitcondition -SOURCES += tst_qwaitcondition.cpp diff --git a/tests/benchmarks/corelib/thread/thread.pro b/tests/benchmarks/corelib/thread/thread.pro deleted file mode 100644 index 6b3009bd0c..0000000000 --- a/tests/benchmarks/corelib/thread/thread.pro +++ /dev/null @@ -1,7 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - qmutex \ - qreadwritelock \ - qthreadstorage \ - qthreadpool \ - qwaitcondition \ diff --git a/tests/benchmarks/corelib/time/qdate/qdate.pro b/tests/benchmarks/corelib/time/qdate/qdate.pro deleted file mode 100644 index ecb229dfda..0000000000 --- a/tests/benchmarks/corelib/time/qdate/qdate.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qdate -SOURCES += tst_bench_qdate.cpp diff --git a/tests/benchmarks/corelib/time/qdatetime/qdatetime.pro b/tests/benchmarks/corelib/time/qdatetime/qdatetime.pro deleted file mode 100644 index 7133834ffc..0000000000 --- a/tests/benchmarks/corelib/time/qdatetime/qdatetime.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qdatetime -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/time/qtimezone/qtimezone.pro b/tests/benchmarks/corelib/time/qtimezone/qtimezone.pro deleted file mode 100644 index 6ebee0faf3..0000000000 --- a/tests/benchmarks/corelib/time/qtimezone/qtimezone.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qtimezone -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/time/time.pro b/tests/benchmarks/corelib/time/time.pro deleted file mode 100644 index b5184845d9..0000000000 --- a/tests/benchmarks/corelib/time/time.pro +++ /dev/null @@ -1,5 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - qdate \ - qdatetime \ - qtimezone diff --git a/tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro b/tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro deleted file mode 100644 index 89da01b02e..0000000000 --- a/tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_containers-associative -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro b/tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro deleted file mode 100644 index 509da95d22..0000000000 --- a/tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_containers-sequential -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro b/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro deleted file mode 100644 index 59adad6bbc..0000000000 --- a/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -CONFIG += parallel_test -QT = core testlib - -TARGET = tst_bench_qcontiguouscache -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro b/tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro deleted file mode 100644 index 025c70c2d9..0000000000 --- a/tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -CONFIG += cmdline -QT = core testlib - -TARGET = tst_bench_qcryptographichash -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qhash/qhash.pro b/tests/benchmarks/corelib/tools/qhash/qhash.pro deleted file mode 100644 index f9a873d096..0000000000 --- a/tests/benchmarks/corelib/tools/qhash/qhash.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -INCLUDEPATH += . -TARGET = tst_hash -SOURCES += main.cpp outofline.cpp diff --git a/tests/benchmarks/corelib/tools/qlist/qlist.pro b/tests/benchmarks/corelib/tools/qlist/qlist.pro deleted file mode 100644 index 98767c3250..0000000000 --- a/tests/benchmarks/corelib/tools/qlist/qlist.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qlist -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qmap/qmap.pro b/tests/benchmarks/corelib/tools/qmap/qmap.pro deleted file mode 100644 index 0e06493c79..0000000000 --- a/tests/benchmarks/corelib/tools/qmap/qmap.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -INCLUDEPATH += . -TARGET = tst_bench_qmap -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qrect/qrect.pro b/tests/benchmarks/corelib/tools/qrect/qrect.pro deleted file mode 100644 index 211cdc5bcc..0000000000 --- a/tests/benchmarks/corelib/tools/qrect/qrect.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -QT = core testlib -CONFIG += benchmark - -TARGET = tst_bench_qrect -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro b/tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro deleted file mode 100644 index 69750865b5..0000000000 --- a/tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = app -CONFIG += benchmark -QT = core-private testlib - -TARGET = tst_bench_qringbuffer -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qset/qset.pro b/tests/benchmarks/corelib/tools/qset/qset.pro deleted file mode 100644 index e448683e94..0000000000 --- a/tests/benchmarks/corelib/tools/qset/qset.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_qset -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qstack/qstack.pro b/tests/benchmarks/corelib/tools/qstack/qstack.pro deleted file mode 100644 index 17b7ebd486..0000000000 --- a/tests/benchmarks/corelib/tools/qstack/qstack.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += benchmark -QT = core testlib core-private - -TARGET = tst_bench_stack -SOURCES += main.cpp diff --git a/tests/benchmarks/corelib/tools/qvector/qvector.pro b/tests/benchmarks/corelib/tools/qvector/qvector.pro deleted file mode 100644 index fce8a6cd78..0000000000 --- a/tests/benchmarks/corelib/tools/qvector/qvector.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += benchmark -QT = core testlib core-private - -INCLUDEPATH += . -TARGET = tst_bench_vector -SOURCES += main.cpp outofline.cpp diff --git a/tests/benchmarks/corelib/tools/tools.pro b/tests/benchmarks/corelib/tools/tools.pro deleted file mode 100644 index 8abb9feefb..0000000000 --- a/tests/benchmarks/corelib/tools/tools.pro +++ /dev/null @@ -1,12 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = \ - containers-associative \ - containers-sequential \ - qcontiguouscache \ - qcryptographichash \ - qlist \ - qmap \ - qrect \ - qringbuffer \ - qstack \ - qvector -- cgit v1.2.3