summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/pingpong
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2021-01-14 15:48:02 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2021-01-15 13:57:26 +0100
commit91c926e753b2cc3be65a42c877285d1bc6fedf11 (patch)
tree60a6bc0231f8212d3ba3d63032734340b81f2a6d /examples/bluetooth/pingpong
parent520e7870c70c6f55f1021ab219b9f5ed751a9ca2 (diff)
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>
Diffstat (limited to 'examples/bluetooth/pingpong')
-rw-r--r--examples/bluetooth/pingpong/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/bluetooth/pingpong/CMakeLists.txt b/examples/bluetooth/pingpong/CMakeLists.txt
index f874d555..c771d16d 100644
--- a/examples/bluetooth/pingpong/CMakeLists.txt
+++ b/examples/bluetooth/pingpong/CMakeLists.txt
@@ -1,5 +1,3 @@
-# Generated from pingpong.pro.
-
cmake_minimum_required(VERSION 3.14)
project(pingpong LANGUAGES CXX)