diff options
author | Kai Köhne <[email protected]> | 2021-12-08 16:42:09 +0100 |
---|---|---|
committer | Kai Koehne <[email protected]> | 2021-12-13 14:16:26 +0000 |
commit | 51f22a3a0495d8418a5d6dd0f09771c0347441b9 (patch) | |
tree | 34b5c133cd5e808e98c63b1e801400b716e34d9d /examples/qtestlib/tutorial3 | |
parent | 9ca7429dff4b5d46114ca36147f65b61d5e61290 (diff) |
Examples: Remove remaining conversion markers in CMakeLists.txt
Pick-to: 6.3
Change-Id: Ia5d474a3efd6aadbd0ef1537318f2f24e6c24fee
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'examples/qtestlib/tutorial3')
-rw-r--r-- | examples/qtestlib/tutorial3/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/qtestlib/tutorial3/CMakeLists.txt b/examples/qtestlib/tutorial3/CMakeLists.txt index cec876406ac..96adf6f476c 100644 --- a/examples/qtestlib/tutorial3/CMakeLists.txt +++ b/examples/qtestlib/tutorial3/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from tutorial3.pro. - cmake_minimum_required(VERSION 3.16) project(tutorial3 LANGUAGES CXX) |