7 lines
208 B
CMake
7 lines
208 B
CMake
|
|
||
|
add_library(Qt5::QEglFSIntegrationPlugin MODULE IMPORTED)
|
||
|
|
||
|
_populate_Gui_plugin_properties(QEglFSIntegrationPlugin RELEASE "platforms/libqeglfs.so")
|
||
|
|
||
|
list(APPEND Qt5Gui_PLUGINS Qt5::QEglFSIntegrationPlugin)
|