Regenerate platformsupport projects
Change-Id: I6f9d6b09a0b62171adedffa326b86f57e42ad449 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
This commit is contained in:
parent
4c06abb8dc
commit
9ff225b0e0
@ -5,52 +5,40 @@ add_subdirectory(eventdispatchers)
|
||||
add_subdirectory(devicediscovery)
|
||||
add_subdirectory(fbconvenience)
|
||||
add_subdirectory(themes)
|
||||
|
||||
if(QT_FEATURE_freetype OR APPLE OR WIN32)
|
||||
if(APPLE OR QT_FEATURE_freetype OR WIN32)
|
||||
add_subdirectory(fontdatabases)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_evdev OR QT_FEATURE_tslib OR QT_FEATURE_libinput OR QT_FEATURE_integrityhid)
|
||||
if(QT_FEATURE_evdev OR QT_FEATURE_integrityhid OR QT_FEATURE_libinput OR QT_FEATURE_tslib)
|
||||
add_subdirectory(input)
|
||||
endif()
|
||||
|
||||
if(UNIX AND NOT APPLE_UIKIT OR QT_FEATURE_xcb)
|
||||
if(QT_FEATURE_xcb OR (UNIX AND NOT APPLE_UIKIT))
|
||||
add_subdirectory(services)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_opengl)
|
||||
add_subdirectory(platformcompositor)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_egl)
|
||||
add_subdirectory(eglconvenience)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_xlib AND QT_FEATURE_opengl AND NOT QT_FEATURE_opengles2)
|
||||
if(QT_FEATURE_opengl AND QT_FEATURE_xlib AND NOT QT_FEATURE_opengles2)
|
||||
add_subdirectory(glxconvenience)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_kms)
|
||||
add_subdirectory(kmsconvenience)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_accessibility)
|
||||
add_subdirectory(accessibility)
|
||||
|
||||
if(QT_FEATURE_accessibility_atspi_bridge)
|
||||
add_subdirectory(linuxaccessibility)
|
||||
endif()
|
||||
|
||||
if(WIN32 AND NOT WINRT)
|
||||
add_subdirectory(windowsuiautomation)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_accessibility AND QT_FEATURE_accessibility_atspi_bridge)
|
||||
add_subdirectory(linuxaccessibility)
|
||||
endif()
|
||||
if(QT_FEATURE_accessibility AND WIN32 AND NOT WINRT)
|
||||
add_subdirectory(windowsuiautomation)
|
||||
endif()
|
||||
if(APPLE)
|
||||
add_subdirectory(clipboard)
|
||||
add_subdirectory(graphics)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_vulkan)
|
||||
add_subdirectory(vkconvenience)
|
||||
endif()
|
||||
|
@ -20,6 +20,5 @@ add_qt_module(AccessibilitySupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:accessibility.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "accessibility_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -20,7 +20,6 @@ add_qt_module(ClipboardSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:clipboard.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "clipboard_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
|
@ -18,7 +18,6 @@ add_qt_module(DeviceDiscoverySupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:devicediscovery.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "devicediscovery_support"
|
||||
# QT_FOR_CONFIG = "gui-private"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -20,6 +20,5 @@ add_qt_module(EdidSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:edid.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "edid_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -19,12 +19,12 @@ add_qt_module(EglSupport
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:eglconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module" "egl"
|
||||
# MODULE = "egl_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
## Scopes:
|
||||
|
@ -19,12 +19,14 @@ add_qt_module(EglSupport
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
EGL::EGL # special case
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:eglconvenience.pro:<NONE>:
|
||||
# CONFIG = "static" "internal_module" "egl"
|
||||
#### Keys ignored in scope 1:.:.:eglconvenience.pro:<TRUE>:
|
||||
# MODULE = "egl_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
|
@ -15,12 +15,12 @@ add_qt_module(EventDispatcherSupport
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:eventdispatchers.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "eventdispatcher_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
## Scopes:
|
||||
|
@ -22,7 +22,6 @@ add_qt_module(EventDispatcherSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:eventdispatchers.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "eventdispatcher_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
|
@ -26,6 +26,5 @@ add_qt_module(FbSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:fbconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "fb_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -15,12 +15,12 @@ add_qt_module(FontDatabaseSupport
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:fontdatabases.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "fontdatabase_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
## Scopes:
|
||||
|
@ -23,7 +23,6 @@ add_qt_module(FontDatabaseSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:fontdatabases.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "fontdatabase_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
|
@ -21,6 +21,5 @@ add_qt_module(GlxSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:glxconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "glx_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -23,6 +23,5 @@ add_qt_module(GlxSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:glxconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "glx_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -20,6 +20,5 @@ add_qt_module(GraphicsSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:graphics.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "graphics_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -17,12 +17,12 @@ add_qt_module(InputSupport
|
||||
Qt::Core
|
||||
Qt::DeviceDiscoverySupport
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:input-support.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "input_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
## Scopes:
|
||||
@ -103,43 +103,6 @@ extend_target(InputSupport CONDITION QT_FEATURE_integrityhid
|
||||
LIBRARIES
|
||||
integrityhid
|
||||
)
|
||||
|
||||
if(QT_FEATURE_xkbcommon)
|
||||
add_subdirectory(xkbcommon)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_evdev)
|
||||
|
||||
if(QT_FEATURE_tabletevent)
|
||||
|
||||
if(QT_FEATURE_libudev)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_libudev)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_libudev)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_libudev)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_mtdev)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_tslib)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_libinput)
|
||||
|
||||
if(QT_FEATURE_xkbcommon)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_evdev OR QT_FEATURE_libinput)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_integrityhid)
|
||||
endif()
|
||||
|
@ -27,7 +27,6 @@ add_qt_module(InputSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:input-support.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "input_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
@ -109,7 +108,6 @@ extend_target(InputSupport CONDITION QT_FEATURE_integrityhid
|
||||
LIBRARIES
|
||||
integrityhid
|
||||
)
|
||||
|
||||
if(QT_FEATURE_xkbcommon)
|
||||
add_subdirectory(xkbcommon)
|
||||
endif()
|
||||
|
@ -24,7 +24,6 @@ add_qt_module(XkbCommonSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:xkbcommon.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "xkbcommon_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
|
@ -21,6 +21,5 @@ add_qt_module(KmsSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:kmsconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "kms_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -23,6 +23,5 @@ add_qt_module(KmsSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:kmsconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "kms_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -37,10 +37,10 @@ add_qt_module(LinuxAccessibilitySupport
|
||||
Qt::Core
|
||||
Qt::DBus
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:linuxaccessibility.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "linuxaccessibility_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -44,6 +44,5 @@ add_qt_module(LinuxAccessibilitySupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:linuxaccessibility.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "linuxaccessibility_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -21,6 +21,5 @@ add_qt_module(PlatformCompositorSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:platformcompositor.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "platformcompositor_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -22,7 +22,6 @@ add_qt_module(ServiceSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:services.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "service_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
|
@ -20,7 +20,6 @@ add_qt_module(ThemeSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:themes.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "theme_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
|
@ -18,10 +18,10 @@ add_qt_module(VulkanSupport
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:vkconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "vulkan_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -25,6 +25,5 @@ add_qt_module(VulkanSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:vkconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "vulkan_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
@ -28,6 +28,5 @@ add_qt_module(WindowsUIAutomationSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:windowsuiautomation.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "windowsuiautomation_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
Loading…
Reference in New Issue
Block a user