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
|
|
|
# Generated from kernel.pro.
|
|
|
|
|
2019-10-21 07:47:12 +00:00
|
|
|
add_subdirectory(qapplication)
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(qboxlayout)
|
|
|
|
add_subdirectory(qformlayout)
|
|
|
|
add_subdirectory(qgridlayout)
|
|
|
|
add_subdirectory(qlayout)
|
|
|
|
add_subdirectory(qstackedlayout)
|
|
|
|
add_subdirectory(qtooltip)
|
|
|
|
add_subdirectory(qwidget_window)
|
|
|
|
add_subdirectory(qwidgetmetatype)
|
2021-09-24 12:54:23 +00:00
|
|
|
add_subdirectory(qwidgetrepaintmanager)
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(qwidgetsvariant)
|
|
|
|
add_subdirectory(qwindowcontainer)
|
|
|
|
add_subdirectory(qsizepolicy)
|
|
|
|
if(NOT APPLE)
|
|
|
|
add_subdirectory(qgesturerecognizer)
|
|
|
|
endif()
|
2022-03-18 16:02:48 +00:00
|
|
|
add_subdirectory(qwidget)
|
2020-07-07 16:34:17 +00:00
|
|
|
if(QT_FEATURE_shortcut)
|
|
|
|
add_subdirectory(qshortcut)
|
|
|
|
endif()
|
|
|
|
if(QT_FEATURE_action)
|
|
|
|
add_subdirectory(qaction)
|
|
|
|
add_subdirectory(qactiongroup)
|
|
|
|
add_subdirectory(qwidgetaction)
|
|
|
|
endif()
|