summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/websockets/CMakeLists.txt
blob: 09ff32c421b7c5401bb2d7be79b381c1cfcab38f (plain)
1
2
3
4
5
6
# Generated from websockets.pro.

if(TARGET Qt::WebSockets AND TARGET Qt::Widgets)
    qt_internal_add_example(wsclient)
    qt_internal_add_example(wsserver)
endif()