Regenerate projects to correctly handle private dependencies
Change-Id: I7d84bc9962bff5c89a90367ae704974c6ce2ec89 Reviewed-by: Qt CMake Build Bot Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
c5b61d2e90
commit
ac38fa1182
|
|
@ -29,6 +29,8 @@ qt_add_module(Concurrent
|
|||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
PRECOMPILED_HEADER
|
||||
"../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@ qt_add_module(DBus
|
|||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:dbus.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@ qt_add_module(DBus
|
|||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
set_source_files_properties(qdbusmarshaller.cpp
|
||||
|
|
|
|||
|
|
@ -218,6 +218,8 @@ qt_add_module(Gui
|
|||
ZLIB::ZLIB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
PRECOMPILED_HEADER
|
||||
"kernel/qt_gui_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -262,6 +262,8 @@ qt_add_module(Gui
|
|||
ZLIB::ZLIB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
NO_PCH_SOURCES # special case
|
||||
"painting/qdrawhelper.cpp" # special case
|
||||
PRECOMPILED_HEADER
|
||||
|
|
|
|||
|
|
@ -62,6 +62,8 @@ qt_add_module(Network
|
|||
ZLIB::ZLIB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
PRECOMPILED_HEADER
|
||||
"../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -75,6 +75,8 @@ qt_add_module(Network
|
|||
ZLIB::ZLIB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
PRECOMPILED_HEADER
|
||||
"../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ qt_add_module(OpenGL
|
|||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
|
|
@ -44,6 +47,8 @@ qt_extend_target(OpenGL CONDITION QT_FEATURE_widgets
|
|||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Widgets
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::WidgetsPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(OpenGL CONDITION NOT QT_FEATURE_opengles2
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ qt_add_module(OpenGL
|
|||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
|
|
@ -44,6 +47,8 @@ qt_extend_target(OpenGL CONDITION QT_FEATURE_widgets
|
|||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Widgets
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::WidgetsPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(OpenGL CONDITION NOT QT_FEATURE_opengles2
|
||||
|
|
|
|||
|
|
@ -11,12 +11,9 @@ qt_add_module(AccessibilitySupport
|
|||
qaccessiblebridgeutils.cpp qaccessiblebridgeutils_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:accessibility.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,11 +11,9 @@ qt_add_module(ClipboardSupport
|
|||
qmacmime.mm qmacmime_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
${FWImageIO}
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -11,10 +11,8 @@ qt_add_module(DeviceDiscoverySupport
|
|||
qdevicediscovery_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:devicediscovery.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,10 +11,8 @@ qt_add_module(EdidSupport
|
|||
qedidparser.cpp qedidparser_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -13,12 +13,9 @@ qt_add_module(EglSupport
|
|||
qt_egl_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -15,13 +15,10 @@ qt_add_module(EglSupport
|
|||
qt_egl_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
EGL::EGL # special case
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -9,12 +9,9 @@ qt_add_module(EventDispatcherSupport
|
|||
INTERNAL_MODULE
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -11,12 +11,9 @@ qt_add_module(EventDispatcherSupport
|
|||
INTERNAL_MODULE
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -15,12 +15,9 @@ qt_add_module(FbSupport
|
|||
qfbwindow.cpp qfbwindow_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -9,12 +9,9 @@ qt_add_module(FontDatabaseSupport
|
|||
INTERNAL_MODULE
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
@ -73,13 +70,12 @@ qt_extend_target(FontDatabaseSupport CONDITION WIN32 AND NOT WINRT
|
|||
windows/qwindowsfontengine.cpp windows/qwindowsfontengine_p.h
|
||||
windows/qwindowsnativeimage.cpp windows/qwindowsnativeimage_p.h
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
advapi32
|
||||
gdi32
|
||||
ole32
|
||||
user32
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(FontDatabaseSupport CONDITION QT_FEATURE_freetype AND WIN32 AND NOT WINRT
|
||||
|
|
@ -122,9 +118,8 @@ qt_extend_target(FontDatabaseSupport CONDITION WINRT
|
|||
DEFINES
|
||||
__WRL_NO_DEFAULT_LIB__
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
dwrite_1
|
||||
ws2_32
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
|
|
|||
|
|
@ -12,12 +12,9 @@ qt_add_module(FontDatabaseSupport
|
|||
INTERNAL_MODULE
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
@ -76,13 +73,12 @@ qt_extend_target(FontDatabaseSupport CONDITION WIN32 AND NOT WINRT
|
|||
windows/qwindowsfontengine.cpp windows/qwindowsfontengine_p.h
|
||||
windows/qwindowsnativeimage.cpp windows/qwindowsnativeimage_p.h
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
advapi32
|
||||
gdi32
|
||||
ole32
|
||||
user32
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(FontDatabaseSupport CONDITION QT_FEATURE_freetype AND WIN32 AND NOT WINRT
|
||||
|
|
@ -125,9 +121,8 @@ qt_extend_target(FontDatabaseSupport CONDITION WINRT
|
|||
DEFINES
|
||||
__WRL_NO_DEFAULT_LIB__
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
dwrite_1
|
||||
ws2_32
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
|
|
|||
|
|
@ -11,12 +11,9 @@ qt_add_module(GlxSupport
|
|||
qglxconvenience.cpp qglxconvenience_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
X11::XCB
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -13,13 +13,10 @@ qt_add_module(GlxSupport
|
|||
qglxconvenience.cpp qglxconvenience_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
X11::X11 # special case
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:glxconvenience.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,12 +11,9 @@ qt_add_module(GraphicsSupport
|
|||
qrasterbackingstore.cpp qrasterbackingstore_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:graphics.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,14 +9,10 @@ qt_add_module(InputSupport
|
|||
INTERNAL_MODULE
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DeviceDiscoverySupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::DeviceDiscoverySupport
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
@ -83,10 +79,9 @@ qt_extend_target(InputSupport CONDITION QT_FEATURE_libinput
|
|||
|
||||
qt_extend_target(InputSupport CONDITION QT_FEATURE_libinput AND QT_FEATURE_xkbcommon
|
||||
LIBRARIES
|
||||
Qt::XkbCommonSupportPrivate
|
||||
XKB::XKB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::XkbCommonSupport
|
||||
Qt::XkbCommonSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(InputSupport CONDITION QT_FEATURE_evdev OR QT_FEATURE_libinput
|
||||
|
|
|
|||
|
|
@ -14,14 +14,10 @@ qt_add_module(InputSupport
|
|||
INTERNAL_MODULE
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DeviceDiscoverySupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::DeviceDiscoverySupport
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
@ -88,10 +84,9 @@ qt_extend_target(InputSupport CONDITION QT_FEATURE_libinput
|
|||
|
||||
qt_extend_target(InputSupport CONDITION QT_FEATURE_libinput AND QT_FEATURE_xkbcommon
|
||||
LIBRARIES
|
||||
Qt::XkbCommonSupportPrivate
|
||||
XKB::XKB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::XkbCommonSupport
|
||||
Qt::XkbCommonSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(InputSupport CONDITION QT_FEATURE_evdev OR QT_FEATURE_libinput
|
||||
|
|
|
|||
|
|
@ -12,12 +12,9 @@ qt_add_module(XkbCommonSupport
|
|||
qxkbcommon_3rdparty.cpp
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
XKB::XKB
|
||||
PRECOMPILED_HEADER
|
||||
"../../../corelib/global/qt_pch.h"
|
||||
|
|
|
|||
|
|
@ -11,13 +11,10 @@ qt_add_module(KmsSupport
|
|||
qkmsdevice.cpp qkmsdevice_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Libdrm::Libdrm
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:kmsconvenience.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,13 +13,10 @@ qt_add_module(KmsSupport
|
|||
qkmsdevice.cpp qkmsdevice_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Libdrm::Libdrm
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:kmsconvenience.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -27,16 +27,12 @@ qt_add_module(LinuxAccessibilitySupport
|
|||
"-i" "struct_marshallers_p.h"
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::ATSPI2_nolink
|
||||
Qt::AccessibilitySupport
|
||||
Qt::Core
|
||||
Qt::AccessibilitySupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -29,16 +29,12 @@ qt_add_module(LinuxAccessibilitySupport
|
|||
"-i" "struct_marshallers_p.h"
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::ATSPI2_nolink
|
||||
Qt::AccessibilitySupport
|
||||
Qt::Core
|
||||
Qt::AccessibilitySupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -12,12 +12,9 @@ qt_add_module(PlatformCompositorSupport
|
|||
qopenglcompositorbackingstore.cpp qopenglcompositorbackingstore_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:platformcompositor.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,12 +11,9 @@ qt_add_module(ServiceSupport
|
|||
genericunix/qgenericunixservices.cpp genericunix/qgenericunixservices_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -11,12 +11,9 @@ qt_add_module(ThemeSupport
|
|||
qabstractfileiconengine.cpp qabstractfileiconengine_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:themes.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -12,12 +12,9 @@ qt_add_module(VulkanSupport
|
|||
qvkconvenience.cpp qvkconvenience_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -14,12 +14,9 @@ qt_add_module(VulkanSupport
|
|||
qvkconvenience.cpp qvkconvenience_p.h
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
PRECOMPILED_HEADER
|
||||
"../../corelib/global/qt_pch.h"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -19,12 +19,9 @@ qt_add_module(WindowsUIAutomationSupport
|
|||
uiapropertyids_p.h
|
||||
uiaserverinterfaces_p.h
|
||||
uiatypes_p.h
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:windowsuiautomation.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,10 +13,7 @@ qt_add_plugin(QAndroidBearerEnginePlugin
|
|||
wrappers/androidconnectivitymanager.cpp wrappers/androidconnectivitymanager.h
|
||||
INCLUDE_DIRECTORIES
|
||||
wrappers
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Network
|
||||
)
|
||||
|
|
|
|||
|
|
@ -11,14 +11,11 @@ qt_add_plugin(QConnmanEnginePlugin
|
|||
main.cpp
|
||||
qconnmanengine.cpp qconnmanengine.h
|
||||
qconnmanservice_linux.cpp qconnmanservice_linux_p.h
|
||||
LIBRARIES
|
||||
Qt::LinuxOfonoSupportPrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::DBus
|
||||
Qt::LinuxOfonoSupport
|
||||
Qt::Network
|
||||
Qt::LinuxOfonoSupportPrivate
|
||||
Qt::NetworkPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:connman.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -10,14 +10,11 @@ qt_add_plugin(QCoreWlanEnginePlugin
|
|||
SOURCES
|
||||
main.cpp
|
||||
qcorewlanengine.h qcorewlanengine.mm
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
${FWFoundation}
|
||||
${FWSystemConfiguration}
|
||||
Qt::Core
|
||||
Qt::Network
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:corewlan.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,12 +11,9 @@ qt_add_plugin(QGenericEnginePlugin
|
|||
../platformdefs_win.h
|
||||
main.cpp
|
||||
qgenericengine.cpp qgenericengine.h
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:generic.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,14 +11,11 @@ qt_add_plugin(QNetworkManagerEnginePlugin
|
|||
main.cpp
|
||||
qnetworkmanagerengine.cpp qnetworkmanagerengine.h
|
||||
qnetworkmanagerservice.cpp qnetworkmanagerservice.h
|
||||
LIBRARIES
|
||||
Qt::LinuxOfonoSupportPrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::DBus
|
||||
Qt::LinuxOfonoSupport
|
||||
Qt::Network
|
||||
Qt::LinuxOfonoSupportPrivate
|
||||
Qt::NetworkPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:networkmanager.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,14 +9,12 @@ qt_add_plugin(QEvdevKeyboardPlugin
|
|||
TYPE generic
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::InputSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:evdevkeyboard.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,14 +9,12 @@ qt_add_plugin(QEvdevMousePlugin
|
|||
TYPE generic
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::InputSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:evdevmouse.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,14 +9,12 @@ qt_add_plugin(QEvdevTabletPlugin
|
|||
TYPE generic
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::InputSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:evdevtablet.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,14 +9,12 @@ qt_add_plugin(QEvdevTouchScreenPlugin
|
|||
TYPE generic
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::InputSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:evdevtouch.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,14 +9,12 @@ qt_add_plugin(QLibInputPlugin
|
|||
TYPE generic
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::InputSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:libinput.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,15 +9,13 @@ qt_add_plugin(QTsLibPlugin
|
|||
TYPE generic
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::Tslib
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::InputSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:tslib.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,15 +11,13 @@ qt_add_plugin(QTsLibPlugin
|
|||
TYPE generic
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::Tslib
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::InputSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:tslib.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,11 @@ qt_add_plugin(QTuioTouchPlugin
|
|||
qtuiotoken_p.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -10,10 +10,9 @@ qt_add_plugin(QICOPlugin
|
|||
SOURCES
|
||||
main.cpp main.h
|
||||
qicohandler.cpp qicohandler.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -10,13 +10,12 @@ qt_add_plugin(QJpegPlugin
|
|||
SOURCES
|
||||
main.cpp main.h
|
||||
qjpeghandler.cpp qjpeghandler_p.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
JPEG::JPEG
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:jpeg.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -12,13 +12,12 @@ qt_add_plugin(QJpegPlugin
|
|||
SOURCES
|
||||
main.cpp main.h
|
||||
qjpeghandler.cpp qjpeghandler_p.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
JPEG::JPEG
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:jpeg.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,12 +11,12 @@ qt_add_plugin(QComposePlatformInputContextPlugin
|
|||
qcomposeplatforminputcontext.cpp qcomposeplatforminputcontext.h
|
||||
qcomposeplatforminputcontextmain.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
XKB::XKB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:compose.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,12 +13,12 @@ qt_add_plugin(QComposePlatformInputContextPlugin
|
|||
qcomposeplatforminputcontext.cpp qcomposeplatforminputcontext.h
|
||||
qcomposeplatforminputcontextmain.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
XKB::XKB
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:compose.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -14,14 +14,12 @@ qt_add_plugin(QIbusPlatformInputContextPlugin
|
|||
qibusproxy.cpp qibusproxy.h
|
||||
qibusproxyportal.cpp qibusproxyportal.h
|
||||
qibustypes.cpp qibustypes.h
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
Qt::XkbCommonSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::XkbCommonSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::XkbCommonSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:ibus.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -42,20 +42,15 @@ qt_add_plugin(QAndroidIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${QT_SOURCE_TREE}/src/3rdparty/android
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EglSupportPrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupport
|
||||
Qt::Core
|
||||
Qt::EglSupport
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
android
|
||||
jnigraphics
|
||||
)
|
||||
|
|
@ -70,10 +65,8 @@ qt_extend_target(QAndroidIntegrationPlugin CONDITION QT_FEATURE_vulkan
|
|||
SOURCES
|
||||
qandroidplatformvulkaninstance.cpp qandroidplatformvulkaninstance.h
|
||||
qandroidplatformvulkanwindow.cpp qandroidplatformvulkanwindow.h
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QAndroidIntegrationPlugin CONDITION QT_FEATURE_android_style_assets
|
||||
|
|
|
|||
|
|
@ -43,20 +43,15 @@ qt_add_plugin(QAndroidIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${QT_SOURCE_TREE}/src/3rdparty/android
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EglSupportPrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupport
|
||||
Qt::Core
|
||||
Qt::EglSupport
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
android
|
||||
jnigraphics
|
||||
# special case begin
|
||||
|
|
@ -79,10 +74,8 @@ qt_extend_target(QAndroidIntegrationPlugin CONDITION QT_FEATURE_vulkan
|
|||
SOURCES
|
||||
qandroidplatformvulkaninstance.cpp qandroidplatformvulkaninstance.h
|
||||
qandroidplatformvulkanwindow.cpp qandroidplatformvulkanwindow.h
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QAndroidIntegrationPlugin CONDITION QT_FEATURE_android_style_assets
|
||||
|
|
|
|||
|
|
@ -41,13 +41,6 @@ qt_add_plugin(QCocoaIntegrationPlugin
|
|||
qnsview.h qnsview.mm
|
||||
qnswindow.h qnswindow.mm
|
||||
qnswindowdelegate.h qnswindowdelegate.mm
|
||||
LIBRARIES
|
||||
Qt::ClipboardSupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GraphicsSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
${FWAppKit}
|
||||
${FWCarbon}
|
||||
|
|
@ -58,12 +51,14 @@ qt_add_plugin(QCocoaIntegrationPlugin
|
|||
${FWMetal}
|
||||
${FWQuartzCore}
|
||||
Cups::Cups
|
||||
Qt::ClipboardSupport
|
||||
Qt::ClipboardSupportPrivate
|
||||
Qt::Core
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::GraphicsSupport
|
||||
Qt::CorePrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GraphicsSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::ThemeSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
|
@ -95,20 +90,16 @@ qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_opengl
|
|||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
qcocoavulkaninstance.h qcocoavulkaninstance.mm
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_accessibility
|
||||
SOURCES
|
||||
qcocoaaccessibility.h qcocoaaccessibility.mm
|
||||
qcocoaaccessibilityelement.h qcocoaaccessibilityelement.mm
|
||||
LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupport
|
||||
Qt::AccessibilitySupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_sessionmanager
|
||||
|
|
@ -119,10 +110,8 @@ qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_sessionmanager
|
|||
qt_extend_target(QCocoaIntegrationPlugin CONDITION TARGET Qt::Widgets
|
||||
SOURCES
|
||||
qpaintengine_mac.mm qpaintengine_mac_p.h
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Widgets
|
||||
Qt::WidgetsPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 7:.:.:cocoa.pro:TARGET Qt::Widgets:
|
||||
|
|
@ -133,10 +122,8 @@ qt_extend_target(QCocoaIntegrationPlugin CONDITION TARGET Qt::PrintSupport AND T
|
|||
qcocoaprintdevice.h qcocoaprintdevice.mm
|
||||
qcocoaprintersupport.h qcocoaprintersupport.mm
|
||||
qprintengine_mac.mm qprintengine_mac_p.h
|
||||
LIBRARIES
|
||||
Qt::PrintSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::PrintSupport
|
||||
Qt::PrintSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_colordialog AND TARGET Qt::Widgets
|
||||
|
|
|
|||
|
|
@ -45,13 +45,6 @@ qt_add_plugin(QCocoaIntegrationPlugin
|
|||
qnsview.h qnsview.mm
|
||||
qnswindow.h qnswindow.mm
|
||||
qnswindowdelegate.h qnswindowdelegate.mm
|
||||
LIBRARIES
|
||||
Qt::ClipboardSupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GraphicsSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
${FWAppKit}
|
||||
${FWCarbon}
|
||||
|
|
@ -62,12 +55,14 @@ qt_add_plugin(QCocoaIntegrationPlugin
|
|||
${FWMetal}
|
||||
${FWQuartzCore}
|
||||
Cups::Cups
|
||||
Qt::ClipboardSupport
|
||||
Qt::ClipboardSupportPrivate
|
||||
Qt::Core
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::GraphicsSupport
|
||||
Qt::CorePrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GraphicsSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::ThemeSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
|
@ -99,20 +94,16 @@ qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_opengl
|
|||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
qcocoavulkaninstance.h qcocoavulkaninstance.mm
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_accessibility
|
||||
SOURCES
|
||||
qcocoaaccessibility.h qcocoaaccessibility.mm
|
||||
qcocoaaccessibilityelement.h qcocoaaccessibilityelement.mm
|
||||
LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupport
|
||||
Qt::AccessibilitySupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_sessionmanager
|
||||
|
|
@ -123,10 +114,8 @@ qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_sessionmanager
|
|||
qt_extend_target(QCocoaIntegrationPlugin CONDITION TARGET Qt::Widgets
|
||||
SOURCES
|
||||
qpaintengine_mac.mm qpaintengine_mac_p.h
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Widgets
|
||||
Qt::WidgetsPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 7:.:.:cocoa.pro:TARGET Qt::Widgets:
|
||||
|
|
@ -137,10 +126,8 @@ qt_extend_target(QCocoaIntegrationPlugin CONDITION TARGET Qt::PrintSupport AND T
|
|||
qcocoaprintdevice.h qcocoaprintdevice.mm
|
||||
qcocoaprintersupport.h qcocoaprintersupport.mm
|
||||
qprintengine_mac.mm qprintengine_mac_p.h
|
||||
LIBRARIES
|
||||
Qt::PrintSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::PrintSupport
|
||||
Qt::PrintSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_colordialog AND TARGET Qt::Widgets
|
||||
|
|
|
|||
|
|
@ -18,19 +18,15 @@ qt_add_plugin(QDirectFbIntegrationPlugin
|
|||
qdirectfbintegration.cpp qdirectfbintegration.h
|
||||
qdirectfbscreen.cpp qdirectfbscreen.h
|
||||
qdirectfbwindow.cpp qdirectfbwindow.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::DirectFB
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::ServiceSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:directfb.pro:<TRUE>:
|
||||
|
|
@ -44,10 +40,8 @@ qt_extend_target(QDirectFbIntegrationPlugin CONDITION QT_CONFIG___contains___dir
|
|||
qdirectfb_egl.cpp qdirectfb_egl.h
|
||||
DEFINES
|
||||
DIRECTFB_GL_EGL
|
||||
LIBRARIES
|
||||
Qt::EglSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::EglSupport
|
||||
Qt::EglSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QDirectFbIntegrationPlugin CONDITION NOT DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY
|
||||
|
|
|
|||
|
|
@ -22,19 +22,15 @@ qt_add_plugin(QDirectFbIntegrationPlugin
|
|||
qdirectfbintegration.cpp qdirectfbintegration.h
|
||||
qdirectfbscreen.cpp qdirectfbscreen.h
|
||||
qdirectfbwindow.cpp qdirectfbwindow.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::DirectFB
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::ServiceSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:directfb.pro:<TRUE>:
|
||||
|
|
@ -48,10 +44,8 @@ qt_extend_target(QDirectFbIntegrationPlugin CONDITION QT_CONFIG___contains___dir
|
|||
qdirectfb_egl.cpp qdirectfb_egl.h
|
||||
DEFINES
|
||||
DIRECTFB_GL_EGL
|
||||
LIBRARIES
|
||||
Qt::EglSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::EglSupport
|
||||
Qt::EglSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QDirectFbIntegrationPlugin CONDITION NOT DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ qt_add_module(EglFSDeviceIntegration
|
|||
QT_EGL_NO_X11
|
||||
INCLUDE_DIRECTORIES
|
||||
api
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DeviceDiscoverySupportPrivate
|
||||
Qt::EglSupportPrivate
|
||||
|
|
@ -29,16 +29,6 @@ qt_add_module(EglFSDeviceIntegration
|
|||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::DeviceDiscoverySupport
|
||||
Qt::EglSupport
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FbSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::ServiceSupport
|
||||
Qt::ThemeSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 2:.:.:eglfsdeviceintegration.pro:<TRUE>:
|
||||
|
|
@ -48,17 +38,21 @@ qt_add_module(EglFSDeviceIntegration
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(EglFSDeviceIntegration CONDITION TARGET Qt::InputSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::InputSupport
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(EglFSDeviceIntegration CONDITION TARGET Qt::PlatformCompositorSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::PlatformCompositorSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::PlatformCompositorSupport
|
||||
Qt::PlatformCompositorSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(EglFSDeviceIntegration CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
api/vulkan/qeglfsvulkaninstance.cpp api/vulkan/qeglfsvulkaninstance_p.h
|
||||
api/vulkan/qeglfsvulkanwindow.cpp api/vulkan/qeglfsvulkanwindow_p.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(EglFSDeviceIntegration CONDITION NOT EGLFS_PLATFORM_HOOKS_SOURCES_ISEMPTY
|
||||
|
|
@ -92,30 +86,28 @@ qt_extend_target(EglFSDeviceIntegration CONDITION QT_FEATURE_opengl
|
|||
api/qeglfscursor.cpp api/qeglfscursor_p.h
|
||||
)
|
||||
#####################################################################
|
||||
## qeglfs Plugin:
|
||||
## QEglFSIntegrationPlugin Plugin:
|
||||
#####################################################################
|
||||
|
||||
qt_add_plugin(qeglfs
|
||||
qt_add_plugin(QEglFSIntegrationPlugin
|
||||
OUTPUT_NAME qeglfs
|
||||
TYPE platforms
|
||||
CLASS_NAME QEglFSIntegrationPlugin
|
||||
SOURCES
|
||||
qeglfsmain.cpp
|
||||
DEFINES
|
||||
QT_EGL_NO_X11
|
||||
INCLUDE_DIRECTORIES
|
||||
api
|
||||
LIBRARIES
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::EglFSDeviceIntegration
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 11:.:.:eglfs-plugin.pro:<TRUE>:
|
||||
#### Keys ignored in scope 13:.:.:eglfs-plugin.pro:<TRUE>:
|
||||
# OTHER_FILES = "$$PWD/eglfs.json"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 12:.:.:eglfs-plugin.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
#### Keys ignored in scope 14:.:.:eglfs-plugin.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
# PLUGIN_EXTENDS = "-"
|
||||
add_subdirectory(deviceintegration)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ qt_add_module(EglFSDeviceIntegration
|
|||
QT_EGL_NO_X11
|
||||
INCLUDE_DIRECTORIES
|
||||
api
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DeviceDiscoverySupportPrivate
|
||||
Qt::EglSupportPrivate
|
||||
|
|
@ -40,17 +40,21 @@ qt_add_module(EglFSDeviceIntegration
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(EglFSDeviceIntegration CONDITION TARGET Qt::InputSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::InputSupport
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(EglFSDeviceIntegration CONDITION TARGET Qt::PlatformCompositorSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::PlatformCompositorSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::PlatformCompositorSupport
|
||||
Qt::PlatformCompositorSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(EglFSDeviceIntegration CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
api/vulkan/qeglfsvulkaninstance.cpp api/vulkan/qeglfsvulkaninstance_p.h
|
||||
api/vulkan/qeglfsvulkanwindow.cpp api/vulkan/qeglfsvulkanwindow_p.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
# special case:
|
||||
|
|
@ -78,12 +82,12 @@ qt_extend_target(EglFSDeviceIntegration CONDITION QT_FEATURE_opengl
|
|||
api/qeglfscursor.cpp api/qeglfscursor_p.h
|
||||
)
|
||||
#####################################################################
|
||||
## qeglfs Plugin:
|
||||
## QEglFSIntegrationPlugin Plugin:
|
||||
#####################################################################
|
||||
|
||||
qt_add_plugin(qeglfs
|
||||
qt_add_plugin(QEglFSIntegrationPlugin
|
||||
OUTPUT_NAME qeglfs
|
||||
TYPE platforms
|
||||
CLASS_NAME QEglFSIntegrationPlugin
|
||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES eglfs # special case
|
||||
SOURCES
|
||||
qeglfsmain.cpp
|
||||
|
|
@ -91,18 +95,18 @@ qt_add_plugin(qeglfs
|
|||
QT_EGL_NO_X11
|
||||
INCLUDE_DIRECTORIES
|
||||
api
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate # special case
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
EGL::EGL # special case
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 11:.:.:eglfs-plugin.pro:<TRUE>:
|
||||
#### Keys ignored in scope 13:.:.:eglfs-plugin.pro:<TRUE>:
|
||||
# OTHER_FILES = "$$PWD/eglfs.json"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 12:.:.:eglfs-plugin.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
#### Keys ignored in scope 14:.:.:eglfs-plugin.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
# PLUGIN_EXTENDS = "-"
|
||||
add_subdirectory(deviceintegration)
|
||||
|
|
|
|||
|
|
@ -15,14 +15,12 @@ qt_add_plugin(QEglFSEmulatorIntegrationPlugin
|
|||
QT_EGL_NO_X11
|
||||
INCLUDE_DIRECTORIES
|
||||
../../api
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EglFSDeviceIntegration
|
||||
Qt::CorePrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:eglfs_emu.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -19,21 +19,16 @@ qt_add_plugin(QEglFSKmsGbmIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
../../api
|
||||
../eglfs_kms_support
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Libdrm::Libdrm
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EdidSupportPrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::EglFsKmsSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::KmsSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Libdrm::Libdrm
|
||||
Qt::Core
|
||||
Qt::EdidSupport
|
||||
Qt::EglFSDeviceIntegration
|
||||
Qt::EglFsKmsSupport
|
||||
Qt::Gui
|
||||
Qt::KmsSupport
|
||||
gbm::gbm
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -17,21 +17,16 @@ qt_add_plugin(QEglFSKmsEglDeviceIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
../../api
|
||||
../eglfs_kms_support
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Libdrm::Libdrm
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EdidSupportPrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::EglFsKmsSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::KmsSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Libdrm::Libdrm
|
||||
Qt::Core
|
||||
Qt::EdidSupport
|
||||
Qt::EglFSDeviceIntegration
|
||||
Qt::EglFsKmsSupport
|
||||
Qt::Gui
|
||||
Qt::KmsSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:eglfs_kms_egldevice.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -17,17 +17,13 @@ qt_add_module(EglFsKmsSupport
|
|||
QT_EGL_NO_X11
|
||||
INCLUDE_DIRECTORIES
|
||||
../../api
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EdidSupportPrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::KmsSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Libdrm::Libdrm
|
||||
Qt::Core
|
||||
Qt::EdidSupport
|
||||
Qt::EglFSDeviceIntegration
|
||||
Qt::CorePrivate
|
||||
Qt::EdidSupportPrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::Gui
|
||||
Qt::KmsSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::KmsSupportPrivate
|
||||
)
|
||||
|
|
|
|||
|
|
@ -14,14 +14,12 @@ qt_add_plugin(QEglFSX11IntegrationPlugin
|
|||
QT_EGL_NO_X11
|
||||
INCLUDE_DIRECTORIES
|
||||
../../api
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EglFSDeviceIntegration
|
||||
Qt::CorePrivate
|
||||
Qt::EglFSDeviceIntegrationPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
X11::XCB
|
||||
XCB::XCB
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# Generated from ios.pro.
|
||||
|
||||
#####################################################################
|
||||
## qios Plugin:
|
||||
## QIOSIntegrationPlugin Plugin:
|
||||
#####################################################################
|
||||
|
||||
add_qt_plugin(qios
|
||||
add_qt_plugin(QIOSIntegrationPlugin
|
||||
OUTPUT_NAME qios
|
||||
TYPE platforms
|
||||
CLASS_NAME QIOSIntegrationPlugin
|
||||
SOURCES
|
||||
plugin.mm
|
||||
qiosapplicationdelegate.h qiosapplicationdelegate.mm
|
||||
|
|
@ -26,37 +26,25 @@ add_qt_plugin(qios
|
|||
qioswindow.h qioswindow.mm
|
||||
quiaccessibilityelement.h quiaccessibilityelement.mm
|
||||
quiview.h quiview.mm
|
||||
LIBRARIES
|
||||
Qt::ClipboardSupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GraphicsSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
${FWAudioToolbox}
|
||||
${FWFoundation}
|
||||
${FWQuartzCore}
|
||||
${FWUIKit}
|
||||
Qt::ClipboardSupport
|
||||
Qt::Core
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::GraphicsSupport
|
||||
Qt::Gui
|
||||
Qt::ClipboardSupportPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GraphicsSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 2:.:.:kernel.pro:<TRUE>:
|
||||
# OTHER_FILES = "quiview_textinput.mm" "quiview_accessibility.mm"
|
||||
# PLUGIN_CLASS_NAME = "QIOSIntegrationPlugin"
|
||||
# PLUGIN_TYPE = "platforms"
|
||||
# _LOADED = "qt_plugin"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 3:.:.:kernel.pro:QT_FEATURE_shared:
|
||||
# CONFIG = "static"
|
||||
|
||||
extend_target(qios CONDITION NOT APPLE_TVOS
|
||||
extend_target(QIOSIntegrationPlugin CONDITION NOT APPLE_TVOS
|
||||
SOURCES
|
||||
qiosclipboard.h qiosclipboard.mm
|
||||
qiosfiledialog.h qiosfiledialog.mm
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Generated from optional.pro.
|
||||
|
||||
|
||||
if(APPLE_IOS)
|
||||
add_subdirectory(nsphotolibrarysupport)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -12,14 +12,13 @@ add_qt_plugin(QIosOptionalPlugin_NSPhotoLibrary
|
|||
qiosfileengineassetslibrary.h qiosfileengineassetslibrary.mm
|
||||
qiosfileenginefactory.h
|
||||
qiosimagepickercontroller.h qiosimagepickercontroller.mm
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
${FWAssetsLibrary}
|
||||
${FWFoundation}
|
||||
${FWUIKit}
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:nsphotolibrarysupport.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,20 +13,15 @@ qt_add_plugin(QLinuxFbIntegrationPlugin
|
|||
qlinuxfbscreen.cpp qlinuxfbscreen.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FbSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FbSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::ServiceSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:linuxfb.pro:<TRUE>:
|
||||
|
|
@ -36,19 +31,15 @@ qt_add_plugin(QLinuxFbIntegrationPlugin
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(QLinuxFbIntegrationPlugin CONDITION TARGET Qt::InputSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::InputSupport
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QLinuxFbIntegrationPlugin CONDITION TARGET Qt::KmsSupportPrivate
|
||||
SOURCES
|
||||
qlinuxfbdrmscreen.cpp qlinuxfbdrmscreen.h
|
||||
LIBRARIES
|
||||
Qt::KmsSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::KmsSupport
|
||||
Qt::KmsSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 4:.:.:linuxfb.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
|
|||
|
|
@ -14,20 +14,15 @@ qt_add_plugin(QLinuxFbIntegrationPlugin
|
|||
qlinuxfbscreen.cpp qlinuxfbscreen.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FbSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FbSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::ServiceSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:linuxfb.pro:<TRUE>:
|
||||
|
|
@ -37,19 +32,15 @@ qt_add_plugin(QLinuxFbIntegrationPlugin
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(QLinuxFbIntegrationPlugin CONDITION TARGET Qt::InputSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::InputSupport
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QLinuxFbIntegrationPlugin CONDITION TARGET Qt::KmsSupportPrivate
|
||||
SOURCES
|
||||
qlinuxfbdrmscreen.cpp qlinuxfbdrmscreen.h
|
||||
LIBRARIES
|
||||
Qt::KmsSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::KmsSupport
|
||||
Qt::KmsSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 4:.:.:linuxfb.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
|
|||
|
|
@ -13,16 +13,13 @@ qt_add_plugin(QMinimalIntegrationPlugin
|
|||
qminimalintegration.cpp qminimalintegration.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:minimal.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -14,16 +14,13 @@ qt_add_plugin(QMinimalIntegrationPlugin
|
|||
qminimalintegration.cpp qminimalintegration.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:minimal.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -14,18 +14,14 @@ qt_add_plugin(QMinimalEglIntegrationPlugin
|
|||
qminimaleglwindow.cpp qminimaleglwindow.h
|
||||
DEFINES
|
||||
QT_EGL_NO_X11
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EglSupportPrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EglSupport
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:minimalegl.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -15,18 +15,14 @@ qt_add_plugin(QMinimalEglIntegrationPlugin
|
|||
qminimaleglwindow.cpp qminimaleglwindow.h
|
||||
DEFINES
|
||||
QT_EGL_NO_X11
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EglSupportPrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EglSupport
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:minimalegl.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -14,16 +14,13 @@ qt_add_plugin(QOffscreenIntegrationPlugin
|
|||
qoffscreenwindow.cpp qoffscreenwindow.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:offscreen.pro:<TRUE>:
|
||||
|
|
@ -35,10 +32,8 @@ qt_add_plugin(QOffscreenIntegrationPlugin
|
|||
qt_extend_target(QOffscreenIntegrationPlugin CONDITION QT_FEATURE_opengl AND QT_FEATURE_xlib AND NOT QT_FEATURE_opengles2
|
||||
SOURCES
|
||||
qoffscreenintegration_x11.cpp qoffscreenintegration_x11.h
|
||||
LIBRARIES
|
||||
Qt::GlxSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::GlxSupport
|
||||
Qt::GlxSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:offscreen.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
|
|||
|
|
@ -15,16 +15,13 @@ qt_add_plugin(QOffscreenIntegrationPlugin
|
|||
qoffscreenwindow.cpp qoffscreenwindow.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:offscreen.pro:<TRUE>:
|
||||
|
|
@ -36,10 +33,8 @@ qt_add_plugin(QOffscreenIntegrationPlugin
|
|||
qt_extend_target(QOffscreenIntegrationPlugin CONDITION QT_FEATURE_opengl AND QT_FEATURE_xlib AND NOT QT_FEATURE_opengles2
|
||||
SOURCES
|
||||
qoffscreenintegration_x11.cpp qoffscreenintegration_x11.h
|
||||
LIBRARIES
|
||||
Qt::GlxSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::GlxSupport
|
||||
Qt::GlxSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:offscreen.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
|
|||
|
|
@ -15,23 +15,17 @@ qt_add_plugin(QVncIntegrationPlugin
|
|||
qvncscreen.cpp qvncscreen.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FbSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Network
|
||||
Qt::ServiceSupportPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FbSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::Network
|
||||
Qt::ServiceSupport
|
||||
Qt::ThemeSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:vnc.pro:<TRUE>:
|
||||
|
|
@ -41,10 +35,8 @@ qt_add_plugin(QVncIntegrationPlugin
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(QVncIntegrationPlugin CONDITION TARGET Qt::InputSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::InputSupport
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:vnc.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
|
|||
|
|
@ -16,23 +16,17 @@ qt_add_plugin(QVncIntegrationPlugin
|
|||
qvncscreen.cpp qvncscreen.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FbSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Network
|
||||
Qt::ServiceSupportPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FbSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::Network
|
||||
Qt::ServiceSupport
|
||||
Qt::ThemeSupport
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:vnc.pro:<TRUE>:
|
||||
|
|
@ -42,10 +36,8 @@ qt_add_plugin(QVncIntegrationPlugin
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(QVncIntegrationPlugin CONDITION TARGET Qt::InputSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::InputSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::InputSupport
|
||||
Qt::InputSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:vnc.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
|
|||
|
|
@ -41,11 +41,6 @@ qt_add_plugin(QWindowsIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
advapi32
|
||||
d3d9
|
||||
gdi32
|
||||
|
|
@ -55,10 +50,12 @@ qt_add_plugin(QWindowsIntegrationPlugin
|
|||
winmm
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::ThemeSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
dwmapi
|
||||
imm32
|
||||
oleaut32
|
||||
|
|
@ -109,19 +106,15 @@ qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_accessibility
|
|||
uiautomation/qwindowsuiautils.cpp uiautomation/qwindowsuiautils.h
|
||||
uiautomation/qwindowsuiavalueprovider.cpp uiautomation/qwindowsuiavalueprovider.h
|
||||
uiautomation/qwindowsuiawindowprovider.cpp uiautomation/qwindowsuiawindowprovider.h
|
||||
LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupport
|
||||
Qt::AccessibilitySupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
qwindowsvulkaninstance.cpp qwindowsvulkaninstance.h
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 4:.:.:windows.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
@ -219,10 +212,8 @@ if(QT_FEATURE_imageformat_png)
|
|||
endif()
|
||||
|
||||
qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_accessibility AND TARGET Qt::WindowsUIAutomationSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::WindowsUIAutomationSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::WindowsUIAutomationSupport
|
||||
Qt::WindowsUIAutomationSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_accessibility AND mingw
|
||||
|
|
|
|||
|
|
@ -42,11 +42,6 @@ qt_add_plugin(QWindowsIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
advapi32
|
||||
d3d9
|
||||
gdi32
|
||||
|
|
@ -56,10 +51,12 @@ qt_add_plugin(QWindowsIntegrationPlugin
|
|||
winmm
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EventDispatcherSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::ThemeSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
dwmapi
|
||||
imm32
|
||||
oleaut32
|
||||
|
|
@ -110,19 +107,15 @@ qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_accessibility
|
|||
uiautomation/qwindowsuiautils.cpp uiautomation/qwindowsuiautils.h
|
||||
uiautomation/qwindowsuiavalueprovider.cpp uiautomation/qwindowsuiavalueprovider.h
|
||||
uiautomation/qwindowsuiawindowprovider.cpp uiautomation/qwindowsuiawindowprovider.h
|
||||
LIBRARIES
|
||||
Qt::AccessibilitySupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::AccessibilitySupport
|
||||
Qt::AccessibilitySupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
qwindowsvulkaninstance.cpp qwindowsvulkaninstance.h
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 4:.:.:windows.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
|
|
@ -220,10 +213,8 @@ if(QT_FEATURE_imageformat_png)
|
|||
endif()
|
||||
|
||||
qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_accessibility AND TARGET Qt::WindowsUIAutomationSupportPrivate
|
||||
LIBRARIES
|
||||
Qt::WindowsUIAutomationSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::WindowsUIAutomationSupport
|
||||
Qt::WindowsUIAutomationSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_accessibility AND mingw
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ qt_add_module(XcbQpa
|
|||
QT_NO_FOREACH
|
||||
INCLUDE_DIRECTORIES
|
||||
gl_integrations
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EdidSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
|
|
@ -46,14 +46,6 @@ qt_add_module(XcbQpa
|
|||
Qt::ServiceSupportPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
Qt::XkbCommonSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EdidSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::ServiceSupport
|
||||
Qt::ThemeSupport
|
||||
Qt::XkbCommonSupport
|
||||
XCB::ICCCM
|
||||
XCB::IMAGE
|
||||
XCB::KEYSYMS
|
||||
|
|
@ -75,20 +67,16 @@ qt_add_module(XcbQpa
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(XcbQpa CONDITION TARGET Qt::LinuxAccessibilitySupportPrivate
|
||||
LIBRARIES
|
||||
Qt::LinuxAccessibilitySupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::LinuxAccessibilitySupport
|
||||
Qt::LinuxAccessibilitySupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(XcbQpa CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
qxcbvulkaninstance.cpp qxcbvulkaninstance.h
|
||||
qxcbvulkanwindow.cpp qxcbvulkanwindow.h
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(XcbQpa CONDITION QT_FEATURE_glib
|
||||
|
|
@ -146,24 +134,20 @@ qt_extend_target(XcbQpa CONDITION QT_FEATURE_fontconfig AND QT_FEATURE_xcb_nativ
|
|||
WrapFreetype::WrapFreetype
|
||||
)
|
||||
#####################################################################
|
||||
## qxcb Plugin:
|
||||
## QXcbIntegrationPlugin Plugin:
|
||||
#####################################################################
|
||||
|
||||
qt_add_plugin(qxcb
|
||||
qt_add_plugin(QXcbIntegrationPlugin
|
||||
OUTPUT_NAME qxcb
|
||||
TYPE platforms
|
||||
CLASS_NAME QXcbIntegrationPlugin
|
||||
SOURCES
|
||||
qxcbmain.cpp
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::XcbQpaPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::XcbQpa
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 19:.:.:xcb-plugin.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ qt_add_module(XcbQpa
|
|||
QT_NO_FOREACH
|
||||
INCLUDE_DIRECTORIES
|
||||
gl_integrations
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EdidSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
|
|
@ -69,14 +69,6 @@ qt_add_module(XcbQpa
|
|||
Qt::ThemeSupportPrivate
|
||||
Qt::XkbCommonSupportPrivate
|
||||
PkgConfig::XKB_COMMON_X11 # special case
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EdidSupport
|
||||
Qt::FontDatabaseSupport
|
||||
Qt::Gui
|
||||
Qt::ServiceSupport
|
||||
Qt::ThemeSupport
|
||||
Qt::XkbCommonSupport
|
||||
XCB::ICCCM
|
||||
XCB::IMAGE
|
||||
XCB::KEYSYMS
|
||||
|
|
@ -98,20 +90,16 @@ qt_add_module(XcbQpa
|
|||
#####################################################################
|
||||
|
||||
qt_extend_target(XcbQpa CONDITION TARGET Qt::LinuxAccessibilitySupportPrivate
|
||||
LIBRARIES
|
||||
Qt::LinuxAccessibilitySupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::LinuxAccessibilitySupport
|
||||
Qt::LinuxAccessibilitySupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(XcbQpa CONDITION QT_FEATURE_vulkan
|
||||
SOURCES
|
||||
qxcbvulkaninstance.cpp qxcbvulkaninstance.h
|
||||
qxcbvulkanwindow.cpp qxcbvulkanwindow.h
|
||||
LIBRARIES
|
||||
Qt::VulkanSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::VulkanSupport
|
||||
Qt::VulkanSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(XcbQpa CONDITION QT_FEATURE_glib
|
||||
|
|
@ -185,25 +173,21 @@ endif()
|
|||
# special case end
|
||||
|
||||
#####################################################################
|
||||
## qxcb Plugin:
|
||||
## QXcbIntegrationPlugin Plugin:
|
||||
#####################################################################
|
||||
|
||||
qt_add_plugin(qxcb
|
||||
qt_add_plugin(QXcbIntegrationPlugin
|
||||
OUTPUT_NAME qxcb
|
||||
TYPE platforms
|
||||
CLASS_NAME QXcbIntegrationPlugin
|
||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES xcb # special case
|
||||
SOURCES
|
||||
qxcbmain.cpp
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::XcbQpaPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::XcbQpa
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 19:.:.:xcb-plugin.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -18,14 +18,11 @@ qt_add_plugin(QXcbEglIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
..
|
||||
../..
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EglSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::XcbQpaPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::EglSupport
|
||||
Qt::CorePrivate
|
||||
Qt::EglSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::XcbQpa
|
||||
Qt::GuiPrivate
|
||||
Qt::XcbQpaPrivate
|
||||
)
|
||||
|
|
|
|||
|
|
@ -18,16 +18,13 @@ qt_add_plugin(QXcbGlxIntegrationPlugin
|
|||
INCLUDE_DIRECTORIES
|
||||
..
|
||||
../..
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GlxSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::XcbQpaPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::GlxSupport
|
||||
Qt::CorePrivate
|
||||
Qt::GlxSupportPrivate
|
||||
Qt::Gui
|
||||
Qt::XcbQpa
|
||||
Qt::GuiPrivate
|
||||
Qt::XcbQpaPrivate
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
|
|
|
|||
|
|
@ -14,15 +14,13 @@ qt_add_plugin(QGtk3ThemePlugin
|
|||
qgtk3theme.cpp qgtk3theme.h
|
||||
DEFINES
|
||||
GDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::GTK3
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::ThemeSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:gtk3.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -17,16 +17,15 @@ qt_add_plugin(QGtk3ThemePlugin
|
|||
qgtk3theme.cpp qgtk3theme.h
|
||||
DEFINES
|
||||
GDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
LIBRARIES # special case
|
||||
X11::X11 # special case
|
||||
PUBLIC_LIBRARIES
|
||||
PkgConfig::GTK3
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::ThemeSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:gtk3.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -11,15 +11,13 @@ qt_add_plugin(QXdgDesktopPortalThemePlugin
|
|||
main.cpp
|
||||
qxdgdesktopportalfiledialog.cpp qxdgdesktopportalfiledialog_p.h
|
||||
qxdgdesktopportaltheme.cpp qxdgdesktopportaltheme.h
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::ThemeSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:xdgdesktopportal.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -9,14 +9,12 @@ qt_add_plugin(QCocoaPrinterSupportPlugin
|
|||
TYPE printsupport
|
||||
SOURCES
|
||||
main.cpp
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
Qt::PrintSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
${FWAppKit}
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
Qt::GuiPrivate
|
||||
Qt::PrintSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:cocoa.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ qt_add_plugin(QCupsPrinterSupportPlugin
|
|||
../../../printsupport/kernel
|
||||
LIBRARIES
|
||||
Cups::Cups
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::PrintSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::PrintSupport
|
||||
Qt::PrintSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:cups.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -18,13 +18,13 @@ qt_add_plugin(QCupsPrinterSupportPlugin
|
|||
../../../printsupport/kernel
|
||||
LIBRARIES
|
||||
Cups::Cups
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::PrintSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::PrintSupport
|
||||
Qt::PrintSupportPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:cups.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,13 +13,11 @@ qt_add_plugin(QDB2DriverPlugin
|
|||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
DB2::DB2
|
||||
Qt::Core
|
||||
Qt::Sql
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:db2.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,13 +13,11 @@ qt_add_plugin(QMYSQLDriverPlugin
|
|||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
MySQL::MySQL
|
||||
Qt::Core
|
||||
Qt::Sql
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:mysql.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,13 +13,11 @@ qt_add_plugin(QOCIDriverPlugin
|
|||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Oracle::OCI
|
||||
Qt::Core
|
||||
Qt::Sql
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:oci.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,13 +13,11 @@ qt_add_plugin(QODBCDriverPlugin
|
|||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
ODBC::ODBC
|
||||
Qt::Core
|
||||
Qt::Sql
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:odbc.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -14,13 +14,11 @@ qt_add_plugin(QODBCDriverPlugin
|
|||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
ODBC::ODBC
|
||||
Qt::Core
|
||||
Qt::Sql
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:odbc.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -13,13 +13,11 @@ qt_add_plugin(QPSQLDriverPlugin
|
|||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PostgreSQL::PostgreSQL
|
||||
Qt::Core
|
||||
Qt::Sql
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:psql.pro:<TRUE>:
|
||||
|
|
|
|||
|
|
@ -18,13 +18,11 @@ qt_add_plugin(QPSQLDriverPlugin
|
|||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
PostgreSQL::PostgreSQL
|
||||
Qt::Core
|
||||
Qt::Sql
|
||||
Qt::CorePrivate
|
||||
Qt::SqlPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:psql.pro:<TRUE>:
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue