Make org.kde.neochat import all submodules

This way we don't need to explicitly import the various submodules and instead only import org.kde.neochat
This commit is contained in:
Nicolas Fella
2024-05-26 16:15:43 +02:00
parent aa68369f95
commit 74aa14c011

View File

@@ -281,6 +281,12 @@ qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN
qml/ConsentDialog.qml
qml/AskDirectChatConfirmation.qml
qml/HoverLinkIndicator.qml
IMPORTS
org.kde.neochat.timeline
org.kde.neochat.settings
org.kde.neochat.devtools
org.kde.neochat.login
org.kde.neochat.chatbar
)
add_subdirectory(settings)