summaryrefslogtreecommitdiff
path: root/examples/webchannel/CMakeLists.txt
blob: 78c2fb6f978739c751171305c83eab2ea98ee82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated from webchannel.pro.

# special case begin
# These are all TEMPLATE = aux
#add_subdirectory(nodejs)
#add_subdirectory(qwclient)
#add_subdirectory(chatclient-html)
# special case end
if(TARGET Qt::WebSockets)
    add_subdirectory(chatserver-cpp)
    # special case begin
    # This one is TEMPLATE = aux too
    #add_subdirectory(chatclient-qml)
    # special case end
endif()
if(TARGET Qt::WebSockets AND TARGET Qt::Widgets)
    add_subdirectory(standalone)
endif()