diff options
| author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-11-14 18:14:58 +0100 |
|---|---|---|
| committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-11-15 12:23:11 +0000 |
| commit | 3707937ca78d21a21aecd0e671821dd4759cf385 (patch) | |
| tree | d32a3c251c67c4511c13e42365ad8e2612099d8a /examples/remoteobjects/cppclient/CMakeLists.txt | |
| parent | a959d167858aa4708b82e7b61efc9db7243c1844 (diff) | |
Regenerate projectswip/cmake
Change-Id: I08414933bad2e94f8f9a12ac7372570e838e31cd
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples/remoteobjects/cppclient/CMakeLists.txt')
| -rw-r--r-- | examples/remoteobjects/cppclient/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remoteobjects/cppclient/CMakeLists.txt b/examples/remoteobjects/cppclient/CMakeLists.txt index 980fd34..3bea6a8 100644 --- a/examples/remoteobjects/cppclient/CMakeLists.txt +++ b/examples/remoteobjects/cppclient/CMakeLists.txt @@ -14,7 +14,7 @@ set(INSTALL_EXAMPLEDIR "examples/remoteobjects/cppclient") find_package(Qt6 COMPONENTS Core) find_package(Qt6 COMPONENTS RemoteObjects) -add_qt_gui_executable(CppClient +add_executable(CppClient main.cpp ) target_link_libraries(CppClient PUBLIC |
