From 5fc2b148cfa763007810d7b6256ea50d82bf7e45 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 14 Nov 2019 17:57:11 +0100 Subject: Regenerate projects Change-Id: Ie454c70664c94743c0323d3d5fb8d4d7f224f3f1 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- examples/websockets/qmlwebsocketclient/CMakeLists.txt | 2 +- examples/websockets/qmlwebsocketserver/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.1