From 324e2776874e6d09fe53078f4f0da3cab3831322 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 3 May 2016 14:21:51 +0200 Subject: Fix plugin name for eglfs' GBM backend In 5.7 the Gbm prefix was added but the .pro file was not updated. This breaks static builds. Task-number: QTBUG-53136 Change-Id: I37af46ff768bf8c1dc9269892db25d61b76c0376 Reviewed-by: Dominik Holland Reviewed-by: Louai Al-Khanji --- src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/eglfs_kms.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms/eglfs') diff --git a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/eglfs_kms.pro b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/eglfs_kms.pro index 82877710fc..979bfe3ea9 100644 --- a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/eglfs_kms.pro +++ b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/eglfs_kms.pro @@ -1,7 +1,7 @@ TARGET = qeglfs-kms-integration PLUGIN_TYPE = egldeviceintegrations -PLUGIN_CLASS_NAME = QEglFSKmsIntegrationPlugin +PLUGIN_CLASS_NAME = QEglFSKmsGbmIntegrationPlugin load(qt_plugin) QT += core-private gui-private platformsupport-private eglfs_device_lib-private eglfs_kms_support-private -- cgit v1.2.3