mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
20 lines
524 B
CMake
20 lines
524 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
add_subdirectory(qcolordialog)
|
|
add_subdirectory(qdialog)
|
|
add_subdirectory(qerrormessage)
|
|
add_subdirectory(qfiledialog2)
|
|
add_subdirectory(qfontdialog)
|
|
add_subdirectory(qinputdialog)
|
|
add_subdirectory(qprogressdialog)
|
|
add_subdirectory(qwizard)
|
|
add_subdirectory(qfiledialog)
|
|
# QTBUG-101217, qmessagebox hangs on Android
|
|
if(NOT ANDROID)
|
|
add_subdirectory(qmessagebox)
|
|
endif()
|
|
if(QT_FEATURE_private_tests)
|
|
add_subdirectory(qsidebar)
|
|
endif()
|