From cd5c259e5490715b14205eda994213416df73378 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 8 Oct 2019 10:50:19 +0200 Subject: Regenerate platforms plugins part 2 Change-Id: Iaaa7dde5f93f99ddec68138238bb05b0210bb2fb Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- src/plugins/platforms/eglfs/.prev_CMakeLists.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/plugins/platforms/eglfs/.prev_CMakeLists.txt') diff --git a/src/plugins/platforms/eglfs/.prev_CMakeLists.txt b/src/plugins/platforms/eglfs/.prev_CMakeLists.txt index 0f7c305a40..79496058e3 100644 --- a/src/plugins/platforms/eglfs/.prev_CMakeLists.txt +++ b/src/plugins/platforms/eglfs/.prev_CMakeLists.txt @@ -42,7 +42,6 @@ add_qt_module(EglFSDeviceIntegration ) #### Keys ignored in scope 2:.:.:eglfsdeviceintegration.pro:: -# CONFIG = "internal_module" "egl" # MODULE = "eglfsdeviceintegration" # _LOADED = "qt_module" @@ -73,16 +72,17 @@ extend_target(EglFSDeviceIntegration CONDITION NOT EGLFS_DEVICE_INTEGRATION_ISEM EGLFS_PREFERRED_PLUGIN= ) -#### Keys ignored in scope 7:.:.:eglfsdeviceintegration.pro:use_gold_linker: -# CONFIG = "no_linker_version_script" - # Resources: +set(cursor_resource_files + "cursor-atlas.png" + "cursor.json" +) + add_qt_resource(EglFSDeviceIntegration "cursor" PREFIX "/" FILES - cursor-atlas.png - cursor.json + ${cursor_resource_files} ) @@ -111,10 +111,7 @@ add_qt_plugin(qeglfs ) #### Keys ignored in scope 11:.:.:eglfs-plugin.pro:: -# CONFIG = "egl" # OTHER_FILES = "$$PWD/eglfs.json" -# PLUGIN_CLASS_NAME = "QEglFSIntegrationPlugin" -# PLUGIN_TYPE = "platforms" # _LOADED = "qt_plugin" ## Scopes: -- cgit v1.2.3