It's unlikely we will ever use pro2cmake at this project stage, so it doesn't make any sense to keep the 'special case' markers in the CMake scripts. Remove them and replace with TODO where needed. Change-Id: I84290c20679dabbfdec3c5937ce0428fecb3e5a7 Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
8 lines
222 B
CMake
8 lines
222 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# add_subdirectory(qtooltip) # TODO: broken in dev
|
|
add_subdirectory(sizeonhide)
|
|
add_subdirectory(layoutreplace)
|
|
add_subdirectory(setscreen)
|