2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(qcolordialog)
|
|
|
|
add_subdirectory(qdialog)
|
|
|
|
add_subdirectory(qerrormessage)
|
2020-06-05 07:24:37 +00:00
|
|
|
add_subdirectory(qfiledialog2)
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(qfontdialog)
|
|
|
|
add_subdirectory(qinputdialog)
|
|
|
|
add_subdirectory(qprogressdialog)
|
2020-06-05 07:24:37 +00:00
|
|
|
add_subdirectory(qwizard)
|
2022-02-22 09:54:35 +00:00
|
|
|
add_subdirectory(qfiledialog)
|
2022-02-22 13:41:50 +00:00
|
|
|
# QTBUG-101217, qmessagebox hangs on Android
|
2020-11-14 20:06:06 +00:00
|
|
|
if(NOT ANDROID)
|
|
|
|
add_subdirectory(qmessagebox)
|
|
|
|
endif()
|
2020-06-05 07:24:37 +00:00
|
|
|
if(QT_FEATURE_private_tests)
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(qsidebar)
|
|
|
|
endif()
|