summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/CMakeLists.txt
blob: 0cf2bee39cef781af3cdbd9117672ea87fc15dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from qtconcurrent.pro.

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()