-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add EGLFS OpenWFD plugin for INTEGRITY
This enables OpenWFD EGLFS integration plugin and makes EGLFS the default platform for INTEGRITY builds. Change-Id: I65332ca0ae244f40013df435828e2e359200b325 Reviewed-by: Janne Koskinen <[email protected]> Reviewed-by: Laszlo Agocs <[email protected]>
- Loading branch information
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Generated from openwfd.pro. | ||
|
||
##################################################################### | ||
## QEglFSOpenWFDIntegrationPlugin Plugin: | ||
##################################################################### | ||
|
||
qt_internal_add_plugin(QEglFSOpenWFDIntegrationPlugin | ||
OUTPUT_NAME qeglfs-openwfd-integration | ||
TYPE egldeviceintegrations | ||
SOURCES | ||
qeglfsopenwfdintegration.cpp qeglfsopenwfdintegration.h | ||
qeglfsopenwfdmain.cpp | ||
INCLUDE_DIRECTORIES | ||
../../api | ||
PUBLIC_LIBRARIES | ||
Qt::Core | ||
Qt::CorePrivate | ||
Qt::EglFSDeviceIntegrationPrivate | ||
Qt::Gui | ||
Qt::GuiPrivate | ||
) | ||
|
||
#### Keys ignored in scope 1:.:.:openwfd.pro:<TRUE>: | ||
# OTHER_FILES = "$$PWD/eglfs_openwfd.json" |