6ad88e7898
At the current state, Qt::WA_StaticContents is not respected on any platform, and optimizations for opaque widgets is not implemented on Cocoa. Task-number: QTBUG-73117 Change-Id: I48b7b0c4436da5a609fdbe51bb1c9789a2a059bd Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
31 lines
783 B
CMake
31 lines
783 B
CMake
# Generated from kernel.pro.
|
|
|
|
add_subdirectory(qapplication)
|
|
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)
|
|
add_subdirectory(qwidgetrepaintmanager)
|
|
add_subdirectory(qwidgetsvariant)
|
|
add_subdirectory(qwindowcontainer)
|
|
add_subdirectory(qsizepolicy)
|
|
if(NOT APPLE)
|
|
add_subdirectory(qgesturerecognizer)
|
|
endif()
|
|
# QTBUG-87668 # special case
|
|
if(NOT ANDROID)
|
|
add_subdirectory(qwidget)
|
|
endif()
|
|
if(QT_FEATURE_shortcut)
|
|
add_subdirectory(qshortcut)
|
|
endif()
|
|
if(QT_FEATURE_action)
|
|
add_subdirectory(qaction)
|
|
add_subdirectory(qactiongroup)
|
|
add_subdirectory(qwidgetaction)
|
|
endif()
|