edceff30b4
from qt/qtx11extras 0e67fb41cfc4b4bfbaa7dc75f8ddebdf5a08e836. The plan is to expose these as native interfaces, so this is a first step. Task-number: QTBUG-83251 Change-Id: Iecba8db9a4f616a08a3750ddaae08cc30ec66f89 Reviewed-by: Liang Qi <liang.qi@qt.io>
21 lines
486 B
CMake
21 lines
486 B
CMake
# Generated from gui.pro.
|
|
|
|
add_subdirectory(kernel)
|
|
if(NOT UIKIT)
|
|
add_subdirectory(image)
|
|
add_subdirectory(math3d)
|
|
add_subdirectory(painting)
|
|
add_subdirectory(text)
|
|
add_subdirectory(util)
|
|
add_subdirectory(itemmodels)
|
|
add_subdirectory(rhi)
|
|
endif()
|
|
if(QT_FEATURE_opengl AND NOT UIKIT)
|
|
add_subdirectory(qopenglconfig)
|
|
add_subdirectory(qopengl)
|
|
endif()
|
|
if(QT_FEATURE_vulkan AND NOT UIKIT)
|
|
add_subdirectory(qvulkan)
|
|
endif()
|
|
add_subdirectory(platform)
|