summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 17:57:11 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:23:33 +0000
commit5fc2b148cfa763007810d7b6256ea50d82bf7e45 (patch)
tree35d8e27a8ec1f820752d73f7d98c06b87153275f /examples
parent539d5597491893c939c7a05ff4d45261e949e9ce (diff)
downloadqtwebsockets-5fc2b148cfa763007810d7b6256ea50d82bf7e45.tar.gz
Regenerate projects
Change-Id: Ie454c70664c94743c0323d3d5fb8d4d7f224f3f1 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/websockets/qmlwebsocketclient/CMakeLists.txt2
-rw-r--r--examples/websockets/qmlwebsocketserver/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/websockets/qmlwebsocketclient/CMakeLists.txt b/examples/websockets/qmlwebsocketclient/CMakeLists.txt
index 306e871..eb67d6e 100644
--- a/examples/websockets/qmlwebsocketclient/CMakeLists.txt
+++ b/examples/websockets/qmlwebsocketclient/CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Quick)
find_package(Qt6 COMPONENTS WebSockets)
-add_qt_gui_executable(qmlwebsocketclient
+add_executable(qmlwebsocketclient
main.cpp
)
target_link_libraries(qmlwebsocketclient PUBLIC
diff --git a/examples/websockets/qmlwebsocketserver/CMakeLists.txt b/examples/websockets/qmlwebsocketserver/CMakeLists.txt
index 8f94a16..7da6d4f 100644
--- a/examples/websockets/qmlwebsocketserver/CMakeLists.txt
+++ b/examples/websockets/qmlwebsocketserver/CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Quick)
find_package(Qt6 COMPONENTS WebSockets)
-add_qt_gui_executable(qmlwebsocketserver
+add_executable(qmlwebsocketserver
main.cpp
)
target_link_libraries(qmlwebsocketserver PUBLIC