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-30 19:19:51 +00:00
|
|
|
if (Qt_VERSION_MAJOR VERSION_EQUAL "6")
|
|
|
|
if(TARGET ${Qt}::WebEngineCore)
|
|
|
|
if(TARGET ${Qt}::WebEngineQuick)
|
|
|
|
add_subdirectory(webview)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
elseif(Qt_VERSION VERSION_EQUAL "5")
|
|
|
|
if(TARGET ${Qt}::WebEngine)
|
|
|
|
add_subdirectory(webview)
|
|
|
|
endif()
|
2022-09-28 22:21:22 +00:00
|
|
|
endif()
|
|
|
|
|
2022-10-30 19:19:51 +00:00
|
|
|
if(TARGET ${Qt}::QuickWidgets)
|
2022-09-29 20:31:47 +00:00
|
|
|
add_subdirectory(grids)
|
2022-09-28 22:21:22 +00:00
|
|
|
endif()
|