Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Buhr 91c926e753 Remove all *.pro files and all "special case" markers in CMakeLists.txt
To use CMake only in the future to build QtConnectivity, all
the traces from the qmake->CMake conversion can now be removed.
This patch deletes all ".prev_CMakeLists.txt" files, in deletes all
"*.pro" files and it removes all "special case" markers in
CMakeLists.txt files. "special case" in "*.cmake" files are kept.

Change-Id: Ia0f5d4de5d77b9f2e5cc8d97fc8f04077e042a6f
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2021-01-15 13:57:26 +01:00
Andreas Buhr 7059487ccb 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>
2020-12-21 14:26:23 +01:00
Oliver Wolff b50a574c8e Port qtconnectivity to cmake
Also removed dependencies.yaml at the same time, as the new dependency
tracking is not used in wip/cmake at the moment.

Task-number: QTBUG-78181
Change-Id: I39c23da8daeedd86b7720d66d48ab0af3762083c
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-10-24 11:22:55 +00:00
Christian Kandeler a56a776d41 Bluetooth LE: Add configure test for Linux crypto API.
These files were forgotten in commit c516f6157a.

Change-Id: I87bd57545b8873fc0aa00751058be604588daffe
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
2016-02-09 13:59:37 +00:00