summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-05-29 18:07:31 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-05-29 23:22:47 +0200
commit77771116a4d43e4832494785bc0abde8f3d8fd58 (patch)
treeda36c5c63a63697243b1c8044b55be20dc8b1ae5 /src/plugins/platforms/ios/.prev_CMakeLists.txt
parenta9fbe539669d6b22b6d790b02b73e40f1b9ede06 (diff)
CMake: Regenerate src/plugins
Change-Id: Icceceeb42023e7fa5edf320bb21f03d11bd357b7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/plugins/platforms/ios/.prev_CMakeLists.txt')
-rw-r--r--src/plugins/platforms/ios/.prev_CMakeLists.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/plugins/platforms/ios/.prev_CMakeLists.txt b/src/plugins/platforms/ios/.prev_CMakeLists.txt
index 8916e1772b..d38f7c813e 100644
--- a/src/plugins/platforms/ios/.prev_CMakeLists.txt
+++ b/src/plugins/platforms/ios/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## QIOSIntegrationPlugin Plugin:
#####################################################################
-add_qt_plugin(QIOSIntegrationPlugin
+qt_internal_add_plugin(QIOSIntegrationPlugin
OUTPUT_NAME qios
TYPE platforms
SOURCES
@@ -31,10 +31,7 @@ add_qt_plugin(QIOSIntegrationPlugin
${FWFoundation}
${FWQuartzCore}
${FWUIKit}
- Qt::ClipboardSupportPrivate
Qt::CorePrivate
- Qt::FontDatabaseSupportPrivate
- Qt::GraphicsSupportPrivate
Qt::GuiPrivate
)
@@ -44,12 +41,12 @@ add_qt_plugin(QIOSIntegrationPlugin
## Scopes:
#####################################################################
-extend_target(QIOSIntegrationPlugin CONDITION TARGET Qt::PlatformCompositorSupportPrivate
+qt_extend_target(QIOSIntegrationPlugin CONDITION QT_FEATURE_opengl
PUBLIC_LIBRARIES
- Qt::PlatformCompositorSupportPrivate
+ Qt::OpenGLPrivate
)
-extend_target(QIOSIntegrationPlugin CONDITION NOT TVOS
+qt_extend_target(QIOSIntegrationPlugin CONDITION NOT TVOS
SOURCES
qiosclipboard.h qiosclipboard.mm
qiosdocumentpickercontroller.h qiosdocumentpickercontroller.mm