mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-11-26 19:52:43 -05:00
Port to declarative type registration
BUG: 507602
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
ecm_add_qml_module(LayerShellQtQml
|
||||
URI "org.kde.layershell"
|
||||
VERSION 1.0
|
||||
SOURCES layershellqtplugin.cpp)
|
||||
SOURCES types.h types.cpp
|
||||
GENERATE_PLUGIN_SOURCE)
|
||||
target_link_libraries(LayerShellQtQml PRIVATE Qt::Qml LayerShellQtInterface)
|
||||
|
||||
ecm_finalize_qml_module(LayerShellQtQml DESTINATION ${KDE_INSTALL_QMLDIR})
|
||||
ecm_finalize_qml_module(LayerShellQtQml DESTINATION ${KDE_INSTALL_QMLDIR})
|
||||
|
||||
Reference in New Issue
Block a user