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-12-20 14:23:59 +00:00
|
|
|
if (QT_VERSION_MAJOR VERSION_EQUAL "6")
|
2022-12-20 13:01:57 +00:00
|
|
|
if(TARGET Qt::WebEngineCore)
|
|
|
|
if(TARGET Qt::WebEngineQuick)
|
2022-10-30 19:19:51 +00:00
|
|
|
add_subdirectory(webview)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
elseif(Qt_VERSION VERSION_EQUAL "5")
|
2022-12-20 13:01:57 +00:00
|
|
|
if(TARGET Qt::WebEngine)
|
2022-10-30 19:19:51 +00:00
|
|
|
add_subdirectory(webview)
|
|
|
|
endif()
|
2022-09-28 22:21:22 +00:00
|
|
|
endif()
|
|
|
|
|
2022-12-20 13:01:57 +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()
|