2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
2021-10-08 09:25:55 +00:00
|
|
|
add_subdirectory(asyncify_exec)
|
2021-08-12 16:40:08 +00:00
|
|
|
add_subdirectory(main_exec)
|
|
|
|
add_subdirectory(main_noexec)
|
2021-08-16 14:04:09 +00:00
|
|
|
add_subdirectory(thread_exec)
|
2021-08-12 16:40:08 +00:00
|
|
|
if(QT_FEATURE_widgets)
|
|
|
|
add_subdirectory(dialog_exec)
|
|
|
|
endif()
|