2022-09-29 20:31:47 +00:00
|
|
|
add_subdirectory(anchors)
|
|
|
|
add_subdirectory(dials)
|
2022-09-28 22:21:22 +00:00
|
|
|
add_subdirectory(dialogbuttons)
|
2022-09-29 20:31:47 +00:00
|
|
|
add_subdirectory(invoker)
|
|
|
|
add_subdirectory(inputpanel)
|
|
|
|
add_subdirectory(images)
|
|
|
|
add_subdirectory(shadows)
|
2022-09-28 22:21:22 +00:00
|
|
|
|
2022-10-27 17:01:10 +00:00
|
|
|
# if(TARGET ${Qt}::WebEngine) # TODO check how to add optionally
|
2022-09-29 20:31:47 +00:00
|
|
|
if(TRUE)
|
|
|
|
add_subdirectory(webview)
|
2022-09-28 22:21:22 +00:00
|
|
|
endif()
|
|
|
|
|
2022-10-27 17:01:10 +00:00
|
|
|
# if(TARGET ${Qt}::QuickWidgets) # TODO check how to add optionally
|
2022-09-29 20:31:47 +00:00
|
|
|
if(TRUE)
|
|
|
|
add_subdirectory(grids)
|
2022-09-28 22:21:22 +00:00
|
|
|
endif()
|