aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/CMakeLists.txt
blob: 5ff84924357029ecd4a7a44d4979e3ec28ab00b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# These are all TEMPLATE = aux
#qt_internal_add_example(nodejs)
#qt_internal_add_example(qwclient)
#qt_internal_add_example(chatclient-html)

if(TARGET Qt::WebSockets)
    qt_internal_add_example(chatserver-cpp)

    # This one is TEMPLATE = aux too
    #qt_internal_add_example(chatclient-qml)

endif()
if(TARGET Qt::WebSockets AND TARGET Qt::Widgets)
    qt_internal_add_example(standalone)
endif()