a9fa999f79
Pick-to: 6.2 6.4 Change-Id: I99765d38c9c37f1fe17b15f7736e4c78c7ffac20 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
12 lines
307 B
CMake
12 lines
307 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
if(TARGET Qt::Gui AND TARGET Qt::Network)
|
|
add_subdirectory(painting)
|
|
endif()
|
|
if(TARGET Qt::Network AND TARGET Qt::Widgets)
|
|
add_subdirectory(widgets)
|
|
add_subdirectory(stylesheet)
|
|
add_subdirectory(text)
|
|
endif()
|