2020-07-07 13:24:45 +00:00
|
|
|
# Generated from qtconcurrent.pro.
|
|
|
|
|
|
|
|
if(NOT TARGET Qt::Concurrent)
|
|
|
|
return()
|
2019-03-18 18:26:24 +00:00
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(imagescaling)
|
|
|
|
add_subdirectory(progressdialog)
|
|
|
|
add_subdirectory(runfunction)
|
|
|
|
add_subdirectory(wordcount)
|
|
|
|
endif()
|
2020-07-07 13:24:45 +00:00
|
|
|
if(TARGET Qt::Gui)
|
|
|
|
add_subdirectory(map)
|
|
|
|
endif()
|