diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2022-07-26 18:07:11 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2022-07-27 13:09:00 +0200 |
commit | 9903bfef7571606f5b8d4e1f97920796df063474 (patch) | |
tree | cb4f12d881b2f276182d2b9a558aacfcbf5cd142 /tests/manual | |
parent | 9a3f8b68123a08f6dfe6a7f0a4b82e9d16311b5d (diff) | |
download | qtconnectivity-9903bfef7571606f5b8d4e1f97920796df063474.tar.gz |
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I178b945cfc563bc3e0c9c01c63f54f0cba4552d9
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual/qlowenergycontroller/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qlowenergycontroller/CMakeLists.txt b/tests/manual/qlowenergycontroller/CMakeLists.txt index 8b009c34..1c3325f0 100644 --- a/tests/manual/qlowenergycontroller/CMakeLists.txt +++ b/tests/manual/qlowenergycontroller/CMakeLists.txt @@ -29,7 +29,7 @@ else() qt_internal_add_test(tst_qlowenergycontroller_device SOURCES tst_qlowenergycontroller_device.cpp - PUBLIC_LIBRARIES + LIBRARIES Qt::Bluetooth ) |