🐐 GOAT Shell

Current path: tmp/



⬆️ Go up:

📄 Viewing: phpcXY2gk

PK�x[[���hhlibxml2/libxml2-config.cmakenu�[���# libxml2-config.cmake
# --------------------
#
# Libxml2 cmake module.
# THis module sets the following variables:
#
# ::
#
#   LIBXML2_INCLUDE_DIRS      - Directory where libxml2 headers are located.
#   LIBXML2_LIBRARIES         - xml2 libraries to link against.
#   LIBXML2_VERSION_MAJOR     - The major version of libxml2.
#   LIBXML2_VERSION_MINOR     - The minor version of libxml2.
#   LIBXML2_VERSION_PATCH     - The patch version of libxml2.
#   LIBXML2_VERSION_STRING    - version number as a string (ex: "2.3.4")
#   LIBXML2_MODULES           - whether libxml2 as dso support

get_filename_component(_libxml2_rootdir ${CMAKE_CURRENT_LIST_DIR}/../../../ ABSOLUTE)

set(LIBXML2_VERSION_MAJOR  2)
set(LIBXML2_VERSION_MINOR  9)
set(LIBXML2_VERSION_MICRO  7)
set(LIBXML2_VERSION_STRING "2.9.7")
set(LIBXML2_INSTALL_PREFIX ${_libxml2_rootdir})
set(LIBXML2_INCLUDE_DIRS   ${_libxml2_rootdir}/include ${_libxml2_rootdir}/include/libxml2)
set(LIBXML2_LIBRARY_DIR    ${_libxml2_rootdir}/lib)
set(LIBXML2_LIBRARIES      -L${LIBXML2_LIBRARY_DIR} -lxml2)

if(1)
  find_package(Threads REQUIRED)
  list(APPEND LIBXML2_LIBRARIES ${CMAKE_THREAD_LIBS_INIT})
endif()

if(1)
  find_package(LibLZMA REQUIRED)
  list(APPEND LIBXML2_LIBRARIES    ${LIBLZMA_LIBRARIES})
  list(APPEND LIBXML2_INCLUDE_DIRS ${LIBLZMA_INCLUDE_DIRS})
endif()

if(1)
  find_package(ZLIB REQUIRED)
  list(APPEND LIBXML2_LIBRARIES    ${ZLIB_LIBRARIES})
  list(APPEND LIBXML2_INCLUDE_DIRS ${ZLIB_INCLUDE_DIRS})
endif()

list(APPEND LIBXML2_LIBRARIES   -lm  )

# whether libxml2 has dso support
set(LIBXML2_MODULES 1)

mark_as_advanced( LIBXML2_INCLUDE_DIRS LIBXML2_LIBRARIES )
PK�x[[�.��Qt5Gui/Qt5Gui_QGifPlugin.cmakenu�[���
add_library(Qt5::QGifPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QGifPlugin RELEASE "imageformats/libqgif.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QGifPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_imageformats Qt5::QGifPlugin)
set_property(TARGET Qt5::QGifPlugin PROPERTY QT_PLUGIN_TYPE "imageformats")
set_property(TARGET Qt5::QGifPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QGifPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QGifPlugin")
PK�x[[������3Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmakenu�[���
add_library(Qt5::QIbusPlatformInputContextPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QIbusPlatformInputContextPlugin RELEASE "platforminputcontexts/libibusplatforminputcontextplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QIbusPlatformInputContextPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforminputcontexts Qt5::QIbusPlatformInputContextPlugin)
set_property(TARGET Qt5::QIbusPlatformInputContextPlugin PROPERTY QT_PLUGIN_TYPE "platforminputcontexts")
set_property(TARGET Qt5::QIbusPlatformInputContextPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QIbusPlatformInputContextPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QIbusPlatformInputContextPlugin")
PK�x[[���}::)Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmakenu�[���
add_library(Qt5::QXcbIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QXcbIntegrationPlugin RELEASE "platforms/libqxcb.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QXcbIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QXcbIntegrationPlugin)
set_property(TARGET Qt5::QXcbIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "platforms")
set_property(TARGET Qt5::QXcbIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QXcbIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QXcbIntegrationPlugin")
PK�x[[_ݧї�.Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmakenu�[���
add_library(Qt5::QEglFSX11IntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEglFSX11IntegrationPlugin RELEASE "egldeviceintegrations/libqeglfs-x11-integration.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEglFSX11IntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_egldeviceintegrations Qt5::QEglFSX11IntegrationPlugin)
set_property(TARGET Qt5::QEglFSX11IntegrationPlugin PROPERTY QT_PLUGIN_TYPE "egldeviceintegrations")
set_property(TARGET Qt5::QEglFSX11IntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QEglFSX11IntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEglFSX11IntegrationPlugin")
PK�x[[��Q^^-Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmakenu�[���
add_library(Qt5::QLinuxFbIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QLinuxFbIntegrationPlugin RELEASE "platforms/libqlinuxfb.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QLinuxFbIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QLinuxFbIntegrationPlugin)
set_property(TARGET Qt5::QLinuxFbIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "platforms")
set_property(TARGET Qt5::QLinuxFbIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QLinuxFbIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QLinuxFbIntegrationPlugin")
PK�x[[
�}���1Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmakenu�[���
add_library(Qt5::QEglFSKmsGbmIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEglFSKmsGbmIntegrationPlugin RELEASE "egldeviceintegrations/libqeglfs-kms-integration.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEglFSKmsGbmIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_egldeviceintegrations Qt5::QEglFSKmsGbmIntegrationPlugin)
set_property(TARGET Qt5::QEglFSKmsGbmIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "egldeviceintegrations")
set_property(TARGET Qt5::QEglFSKmsGbmIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QEglFSKmsGbmIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEglFSKmsGbmIntegrationPlugin")
PK�x[[�R�!!%Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmakenu�[���
add_library(Qt5::QEvdevMousePlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEvdevMousePlugin RELEASE "generic/libqevdevmouseplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEvdevMousePlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_generic Qt5::QEvdevMousePlugin)
set_property(TARGET Qt5::QEvdevMousePlugin PROPERTY QT_PLUGIN_TYPE "generic")
set_property(TARGET Qt5::QEvdevMousePlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QEvdevMousePlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEvdevMousePlugin")
PK�x[[�-�<<(Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmakenu�[���
add_library(Qt5::QEvdevKeyboardPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEvdevKeyboardPlugin RELEASE "generic/libqevdevkeyboardplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEvdevKeyboardPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_generic Qt5::QEvdevKeyboardPlugin)
set_property(TARGET Qt5::QEvdevKeyboardPlugin PROPERTY QT_PLUGIN_TYPE "generic")
set_property(TARGET Qt5::QEvdevKeyboardPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QEvdevKeyboardPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEvdevKeyboardPlugin")
PK�x[[����0Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmakenu�[���
add_library(Qt5::QXdgDesktopPortalThemePlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QXdgDesktopPortalThemePlugin RELEASE "platformthemes/libqxdgdesktopportal.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QXdgDesktopPortalThemePlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platformthemes Qt5::QXdgDesktopPortalThemePlugin)
set_property(TARGET Qt5::QXdgDesktopPortalThemePlugin PROPERTY QT_PLUGIN_TYPE "platformthemes")
set_property(TARGET Qt5::QXdgDesktopPortalThemePlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QXdgDesktopPortalThemePlugin PROPERTY QT_PLUGIN_CLASS_NAME "QXdgDesktopPortalThemePlugin")
PK�x[[?"
^^-Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmakenu�[���
add_library(Qt5::QMinimalIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QMinimalIntegrationPlugin RELEASE "platforms/libqminimal.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QMinimalIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QMinimalIntegrationPlugin)
set_property(TARGET Qt5::QMinimalIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "platforms")
set_property(TARGET Qt5::QMinimalIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QMinimalIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QMinimalIntegrationPlugin")
PK�x[[&s����6Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmakenu�[���
add_library(Qt5::QComposePlatformInputContextPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QComposePlatformInputContextPlugin RELEASE "platforminputcontexts/libcomposeplatforminputcontextplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QComposePlatformInputContextPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforminputcontexts Qt5::QComposePlatformInputContextPlugin)
set_property(TARGET Qt5::QComposePlatformInputContextPlugin PROPERTY QT_PLUGIN_TYPE "platforminputcontexts")
set_property(TARGET Qt5::QComposePlatformInputContextPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QComposePlatformInputContextPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QComposePlatformInputContextPlugin")
PK�x[[�D�$Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmakenu�[���
add_library(Qt5::QTuioTouchPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QTuioTouchPlugin RELEASE "generic/libqtuiotouchplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QTuioTouchPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_generic Qt5::QTuioTouchPlugin)
set_property(TARGET Qt5::QTuioTouchPlugin PROPERTY QT_PLUGIN_TYPE "generic")
set_property(TARGET Qt5::QTuioTouchPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QTuioTouchPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QTuioTouchPlugin")
PK�x[[���""$Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmakenu�[���
add_library(Qt5::QGtk3ThemePlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QGtk3ThemePlugin RELEASE "platformthemes/libqgtk3.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QGtk3ThemePlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platformthemes Qt5::QGtk3ThemePlugin)
set_property(TARGET Qt5::QGtk3ThemePlugin PROPERTY QT_PLUGIN_TYPE "platformthemes")
set_property(TARGET Qt5::QGtk3ThemePlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QGtk3ThemePlugin PROPERTY QT_PLUGIN_CLASS_NAME "QGtk3ThemePlugin")
PK�x[[��U#Qt5Gui/Qt5Gui_QLibInputPlugin.cmakenu�[���
add_library(Qt5::QLibInputPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QLibInputPlugin RELEASE "generic/libqlibinputplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QLibInputPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_generic Qt5::QLibInputPlugin)
set_property(TARGET Qt5::QLibInputPlugin PROPERTY QT_PLUGIN_TYPE "generic")
set_property(TARGET Qt5::QLibInputPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QLibInputPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QLibInputPlugin")
PK�x[[|���pp/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmakenu�[���
add_library(Qt5::QOffscreenIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QOffscreenIntegrationPlugin RELEASE "platforms/libqoffscreen.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QOffscreenIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QOffscreenIntegrationPlugin)
set_property(TARGET Qt5::QOffscreenIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "platforms")
set_property(TARGET Qt5::QOffscreenIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QOffscreenIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QOffscreenIntegrationPlugin")
PK�x[[[x�d**&Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmakenu�[���
add_library(Qt5::QEvdevTabletPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEvdevTabletPlugin RELEASE "generic/libqevdevtabletplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEvdevTabletPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_generic Qt5::QEvdevTabletPlugin)
set_property(TARGET Qt5::QEvdevTabletPlugin PROPERTY QT_PLUGIN_TYPE "generic")
set_property(TARGET Qt5::QEvdevTabletPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QEvdevTabletPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEvdevTabletPlugin")
PK�x[[�o���Qt5Gui/Qt5Gui_QICOPlugin.cmakenu�[���
add_library(Qt5::QICOPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QICOPlugin RELEASE "imageformats/libqico.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QICOPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_imageformats Qt5::QICOPlugin)
set_property(TARGET Qt5::QICOPlugin PROPERTY QT_PLUGIN_TYPE "imageformats")
set_property(TARGET Qt5::QICOPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QICOPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QICOPlugin")
PK�x[[��LL+Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmakenu�[���
add_library(Qt5::QEglFSIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEglFSIntegrationPlugin RELEASE "platforms/libqeglfs.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEglFSIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QEglFSIntegrationPlugin)
set_property(TARGET Qt5::QEglFSIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "platforms")
set_property(TARGET Qt5::QEglFSIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QEglFSIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEglFSIntegrationPlugin")
PK�x[[�Z�::)Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmakenu�[���
add_library(Qt5::QVncIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QVncIntegrationPlugin RELEASE "platforms/libqvnc.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QVncIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QVncIntegrationPlugin)
set_property(TARGET Qt5::QVncIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "platforms")
set_property(TARGET Qt5::QVncIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QVncIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QVncIntegrationPlugin")
PK�x[[-Ə�yy,Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmakenu�[���
add_library(Qt5::QXcbGlxIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QXcbGlxIntegrationPlugin RELEASE "xcbglintegrations/libqxcb-glx-integration.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QXcbGlxIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_xcbglintegrations Qt5::QXcbGlxIntegrationPlugin)
set_property(TARGET Qt5::QXcbGlxIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "xcbglintegrations")
set_property(TARGET Qt5::QXcbGlxIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QXcbGlxIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QXcbGlxIntegrationPlugin")
PK�x[[E��yy,Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmakenu�[���
add_library(Qt5::QXcbEglIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QXcbEglIntegrationPlugin RELEASE "xcbglintegrations/libqxcb-egl-integration.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QXcbEglIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_xcbglintegrations Qt5::QXcbEglIntegrationPlugin)
set_property(TARGET Qt5::QXcbEglIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "xcbglintegrations")
set_property(TARGET Qt5::QXcbEglIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QXcbEglIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QXcbEglIntegrationPlugin")
PK�x[[̰3t��7Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmakenu�[���
add_library(Qt5::QEglFSKmsEglDeviceIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEglFSKmsEglDeviceIntegrationPlugin RELEASE "egldeviceintegrations/libqeglfs-kms-egldevice-integration.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEglFSKmsEglDeviceIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_egldeviceintegrations Qt5::QEglFSKmsEglDeviceIntegrationPlugin)
set_property(TARGET Qt5::QEglFSKmsEglDeviceIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "egldeviceintegrations")
set_property(TARGET Qt5::QEglFSKmsEglDeviceIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QEglFSKmsEglDeviceIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEglFSKmsEglDeviceIntegrationPlugin")
PKy[[I[QQ+Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmakenu�[���
add_library(Qt5::QEvdevTouchScreenPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEvdevTouchScreenPlugin RELEASE "generic/libqevdevtouchplugin.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEvdevTouchScreenPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_generic Qt5::QEvdevTouchScreenPlugin)
set_property(TARGET Qt5::QEvdevTouchScreenPlugin PROPERTY QT_PLUGIN_TYPE "generic")
set_property(TARGET Qt5::QEvdevTouchScreenPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QEvdevTouchScreenPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEvdevTouchScreenPlugin")
PKy[[���yy0Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmakenu�[���
add_library(Qt5::QMinimalEglIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QMinimalEglIntegrationPlugin RELEASE "platforms/libqminimalegl.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QMinimalEglIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QMinimalEglIntegrationPlugin)
set_property(TARGET Qt5::QMinimalEglIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "platforms")
set_property(TARGET Qt5::QMinimalEglIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "-")
set_property(TARGET Qt5::QMinimalEglIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QMinimalEglIntegrationPlugin")
PKy[[��_���Qt5Gui/Qt5Gui_QJpegPlugin.cmakenu�[���
add_library(Qt5::QJpegPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QJpegPlugin RELEASE "imageformats/libqjpeg.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QJpegPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_imageformats Qt5::QJpegPlugin)
set_property(TARGET Qt5::QJpegPlugin PROPERTY QT_PLUGIN_TYPE "imageformats")
set_property(TARGET Qt5::QJpegPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QJpegPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QJpegPlugin")
PK	y[[kt���3Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmakenu�[���
add_library(Qt5::QEglFSEmulatorIntegrationPlugin MODULE IMPORTED)


_populate_Gui_plugin_properties(QEglFSEmulatorIntegrationPlugin RELEASE "egldeviceintegrations/libqeglfs-emu-integration.so" FALSE)

list(APPEND Qt5Gui_PLUGINS Qt5::QEglFSEmulatorIntegrationPlugin)
set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_egldeviceintegrations Qt5::QEglFSEmulatorIntegrationPlugin)
set_property(TARGET Qt5::QEglFSEmulatorIntegrationPlugin PROPERTY QT_PLUGIN_TYPE "egldeviceintegrations")
set_property(TARGET Qt5::QEglFSEmulatorIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QEglFSEmulatorIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QEglFSEmulatorIntegrationPlugin")
PKy[[=�pk��?Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmakenu�[���
add_library(Qt5::QCupsPrinterSupportPlugin MODULE IMPORTED)


_populate_PrintSupport_plugin_properties(QCupsPrinterSupportPlugin RELEASE "printsupport/libcupsprintersupport.so" FALSE)

list(APPEND Qt5PrintSupport_PLUGINS Qt5::QCupsPrinterSupportPlugin)
set_property(TARGET Qt5::PrintSupport APPEND PROPERTY QT_ALL_PLUGINS_printsupport Qt5::QCupsPrinterSupportPlugin)
set_property(TARGET Qt5::QCupsPrinterSupportPlugin PROPERTY QT_PLUGIN_TYPE "printsupport")
set_property(TARGET Qt5::QCupsPrinterSupportPlugin PROPERTY QT_PLUGIN_EXTENDS "")
set_property(TARGET Qt5::QCupsPrinterSupportPlugin PROPERTY QT_PLUGIN_CLASS_NAME "QCupsPrinterSupportPlugin")
PKy[[+�?�gg8


📤 Upload File


📁 Create Folder