diff options
author | Alex Blasche <alexander.blasche@qt.io> | 2020-10-22 15:32:24 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@qt.io> | 2020-10-26 15:06:44 +0200 |
commit | 339de0b3a85fb9594708b5b0e99870b11cfd4474 (patch) | |
tree | 24b2209a7a191185b8bf1f10b6cc6da0ac6678df /tests | |
parent | 7d184cb61db49d45687448030787b79c0157d8cf (diff) | |
download | qtconnectivity-339de0b3a85fb9594708b5b0e99870b11cfd4474.tar.gz |
Address failing processing by cmake on gattserver test
Change-Id: I95e09c06d234067e8367655645abe01c4bd1bd25
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qlowenergycontroller-gattserver/server/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/qlowenergycontroller-gattserver/server/CMakeLists.txt b/tests/auto/qlowenergycontroller-gattserver/server/CMakeLists.txt index 485428f1..1ec71dfb 100644 --- a/tests/auto/qlowenergycontroller-gattserver/server/CMakeLists.txt +++ b/tests/auto/qlowenergycontroller-gattserver/server/CMakeLists.txt @@ -4,9 +4,8 @@ ## server Binary: ##################################################################### -qt_add_executable(server - GUI - OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case +qt_internal_add_executable(server + OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" # special case SOURCES qlowenergycontroller-gattserver.cpp PUBLIC_LIBRARIES |