summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/mimetypes/qmimedatabase/CMakeLists.txt
blob: 6661952a687485f8decec8ecff0c9b182ca2503b (plain)
1
2
3
4
5
6
7
8
9
10
# Generated from qmimedatabase.pro.


if(TARGET Qt::Concurrent)
    add_subdirectory(qmimedatabase-xml)

    if(UNIX AND NOT APPLE AND NOT QNX)
        add_subdirectory(qmimedatabase-cache)
    endif()
endif()