Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/unreleased/12374.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Fix compatibility with extra-cmake-modules-6.19.0

Fix runtime crash at startup with ECM 6.19.

https://github.com/owncloud/client/pull/12374
1 change: 1 addition & 0 deletions src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ ecm_add_qml_module(owncloudGui
URI org.ownCloud.gui
VERSION 1.0
NAMESPACE OCC
GENERATE_PLUGIN_SOURCE
QML_FILES
qml/AccountBar.qml
qml/AccountButton.qml
Expand Down
1 change: 1 addition & 0 deletions src/libsync/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ ecm_add_qml_module(libsync
URI org.ownCloud.libsync
VERSION 1.0
NAMESPACE OCC
GENERATE_PLUGIN_SOURCE
)

ecm_finalize_qml_module(libsync DESTINATION ${KDE_INSTALL_QMLDIR})
Expand Down
1 change: 1 addition & 0 deletions src/resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ecm_add_qml_module(owncloudResources
URI org.ownCloud.resources
VERSION 1.0
NAMESPACE OCC
GENERATE_PLUGIN_SOURCE
)

ecm_finalize_qml_module(owncloudResources DESTINATION ${KDE_INSTALL_QMLDIR})
Expand Down