blob: 6d6555d833df8105f36ae595759dea69528bca84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
add_subdirectory(inputmethods)
add_subdirectory(geolocation)
add_subdirectory(printing)
add_subdirectory(touchbrowser)
if(QT_FEATURE_opengl)
add_subdirectory(webgl)
endif()
if(TARGET Qt6::HttpServer)
add_subdirectory(webrtc)
endif()
if(QT_FEATURE_webengine_extensions)
add_subdirectory(extensions)
endif()
|