summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/CMakeLists.txt
blob: 7c19f9e43a2a6e9b2fcb87dcb53048f7e939673e (plain)
1
2
3
4
5
6
7
8
9
add_subdirectory(inputmethods)
add_subdirectory(geolocation)
add_subdirectory(touchbrowser)
if(QT_FEATURE_opengl)
    add_subdirectory(webgl)
endif()
if(TARGET Qt6::HttpServer)
    add_subdirectory(webrtc)
endif()