diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 0b4f962c7..a0c6818d1 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -104,7 +104,7 @@ ecm_add_qml_module(neochat URI org.kde.neochat GENERATE_PLUGIN_SOURCE DEPENDENCIES QtCore QtQuick - com.github.quotient_im.libquotient + io.github.quotient_im.libquotient IMPORTS org.kde.neochat.libneochat org.kde.neochat.rooms diff --git a/src/libneochat/CMakeLists.txt b/src/libneochat/CMakeLists.txt index 04605af78..07b6dc4a2 100644 --- a/src/libneochat/CMakeLists.txt +++ b/src/libneochat/CMakeLists.txt @@ -63,7 +63,7 @@ ecm_add_qml_module(LibNeoChat GENERATE_PLUGIN_SOURCE qml/CreateRoomDialog.qml qml/CreateSpaceDialog.qml DEPENDENCIES - com.github.quotient_im.libquotient + io.github.quotient_im.libquotient ) ecm_qt_declare_logging_category(LibNeoChat