18 lines
415 B
CMake
18 lines
415 B
CMake
add_subdirectory(anchors)
|
|
add_subdirectory(dials)
|
|
add_subdirectory(dialogbuttons)
|
|
add_subdirectory(invoker)
|
|
add_subdirectory(inputpanel)
|
|
add_subdirectory(images)
|
|
add_subdirectory(shadows)
|
|
|
|
# if(TARGET ${Qt}::WebEngine) # TODO check how to add optionally
|
|
if(TRUE)
|
|
add_subdirectory(webview)
|
|
endif()
|
|
|
|
# if(TARGET ${Qt}::QuickWidgets) # TODO check how to add optionally
|
|
if(TRUE)
|
|
add_subdirectory(grids)
|
|
endif()
|