blob: 94ee1c138c3bc60f631f983efa99da9e685e4f33 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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()
|