summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro
blob: 4b28946f18d2b53b7e8320417e85051b965e46a3 (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = tst_bench_qdiriterator

QT = core testlib

CONFIG += release
# Enable c++17 support for std::filesystem
qtConfig(c++1z): CONFIG += c++17

SOURCES += main.cpp qfilesystemiterator.cpp
HEADERS += qfilesystemiterator.h