summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-06-05 13:48:02 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-06-05 14:20:26 +0000
commitbc9409d85748c7167a9e8e7eec82fa6c9420ea3d (patch)
treea2f431d606578dd67c53b5fba14cdf8611b02e78 /src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support
parent9298033ed6e6e67cce89243f44b7ce77018d0e62 (diff)
Re-generate the CMakeLists.txt and add the prev files
Change-Id: I93ea196bdd5807bccebf81e72332966288a35a4f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support')
-rw-r--r--src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt
index 96cabe9f1e..fd7ba3cefb 100644
--- a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt
+++ b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt
@@ -1,7 +1,5 @@
# Generated from eglfs_kms_support.pro.
-qt_find_package(Libdrm)
-
#####################################################################
## EglFsKmsSupport Module:
#####################################################################
@@ -19,11 +17,19 @@ add_qt_module(EglFsKmsSupport
../../api
LIBRARIES
Qt::CorePrivate
- Qt::GuiPrivate
+ Qt::EdidSupportPrivate
Qt::EglFSDeviceIntegrationPrivate
+ Qt::GuiPrivate
Qt::KmsSupportPrivate
- Qt::EdidSupportPrivate
+ PUBLIC_LIBRARIES
Libdrm::Libdrm
- # CONFIG = "no_module_headers" "internal_module" "egl"
- # _LOADED = "qt_module"
+ Qt::Core
+ Qt::EdidSupport
+ Qt::EglFSDeviceIntegration
+ Qt::Gui
+ Qt::KmsSupport
)
+
+#### Keys ignored in scope 1:.:.:eglfs_kms_support.pro:<TRUE>:
+# CONFIG = "no_module_headers" "internal_module" "egl"
+# _LOADED = "qt_module"