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 <dominik.holland@pelagicore.com> Reviewed-by: Louai Al-Khanji <louai.al-khanji@qt.io>
This commit is contained in:
parent
2410be7f45
commit
324e277687
@ -1,7 +1,7 @@
|
|||||||
TARGET = qeglfs-kms-integration
|
TARGET = qeglfs-kms-integration
|
||||||
|
|
||||||
PLUGIN_TYPE = egldeviceintegrations
|
PLUGIN_TYPE = egldeviceintegrations
|
||||||
PLUGIN_CLASS_NAME = QEglFSKmsIntegrationPlugin
|
PLUGIN_CLASS_NAME = QEglFSKmsGbmIntegrationPlugin
|
||||||
load(qt_plugin)
|
load(qt_plugin)
|
||||||
|
|
||||||
QT += core-private gui-private platformsupport-private eglfs_device_lib-private eglfs_kms_support-private
|
QT += core-private gui-private platformsupport-private eglfs_device_lib-private eglfs_kms_support-private
|
||||||
|
Loading…
x
Reference in New Issue
Block a user