mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
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()
|