summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/CMakeLists.txt
blob: 7360c55633e252a95e1c34de12d89b58e69dd936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(NOT TARGET Qt::Concurrent)
    return()
endif()
if(TARGET Qt::Widgets)
    qt_internal_add_example(imagescaling)
    qt_internal_add_example(progressdialog)
    qt_internal_add_example(runfunction)
    qt_internal_add_example(wordcount)
endif()
if(TARGET Qt::Gui)
    qt_internal_add_example(map)
endif()