summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfilesystementry/CMakeLists.txt
blob: 58c859dc2ef25b3caedc363a9052efea313751ee (plain)
1
2
3
4
5
6
7
add_qt_test(tst_qfilesystementry SOURCES
        tst_qfilesystementry.cpp
        ${PROJECT_SOURCE_DIR}/src/corelib/io/qfilesystementry.cpp
        ${PROJECT_SOURCE_DIR}/src/corelib/io/qfilesystementry_p.h
    LIBRARIES
        Qt::CorePrivate
)