diff options
author | Andreas Buhr <andreas@andreasbuhr.de> | 2020-12-17 19:19:18 +0100 |
---|---|---|
committer | Andreas Buhr <andreas@andreasbuhr.de> | 2020-12-21 14:26:23 +0100 |
commit | 7059487ccba77d6d05bc985d5cd9b49c90d8042c (patch) | |
tree | bfc957a2447ca71aa213da5bf10e887b64a0b536 /tests/auto/qbluetoothdeviceinfo | |
parent | 5f84f4e90d45061200873a768fee81eb8e475f98 (diff) | |
download | qtconnectivity-7059487ccba77d6d05bc985d5cd9b49c90d8042c.tar.gz |
Update CMake scripts in QtConnectivity
Recreated all CMake files in QtConnectivity using
run_pro2cmake.py . --only-existing -- --api-version 3
Furthermore, port bttestui to CMake.
Change-Id: Idb55f1b4c1cff30d7824a42e3ee6923c39e698df
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/qbluetoothdeviceinfo')
-rw-r--r-- | tests/auto/qbluetoothdeviceinfo/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt b/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt index 06ab7753..29e6f03e 100644 --- a/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt +++ b/tests/auto/qbluetoothdeviceinfo/CMakeLists.txt @@ -4,7 +4,7 @@ ## tst_qbluetoothdeviceinfo Test: ##################################################################### -qt_add_test(tst_qbluetoothdeviceinfo +qt_internal_add_test(tst_qbluetoothdeviceinfo SOURCES tst_qbluetoothdeviceinfo.cpp PUBLIC_LIBRARIES |