summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfileinfo/qfileinfo.pro
blob: 4bf198e171758af5b1c45484d47423f64812a548 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qfileinfo
QT = core-private testlib
SOURCES = tst_qfileinfo.cpp
RESOURCES += qfileinfo.qrc \
    testdata.qrc

win32: LIBS += -ladvapi32 -lnetapi32

# for std::filesystem tests
qtConfig(c++17): CONFIG += c++17