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/io/qdiriterator/qdiriterator.pro | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro (limited to 'tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro') 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 -- cgit v1.2.3