64c6c943c7
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
10 lines
222 B
CMake
10 lines
222 B
CMake
if(TARGET Qt::Gui)
|
|
add_subdirectory(map)
|
|
endif()
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(imagescaling)
|
|
add_subdirectory(progressdialog)
|
|
add_subdirectory(runfunction)
|
|
add_subdirectory(wordcount)
|
|
endif()
|