refactor: Move UI controls to own lib

This commit is contained in:
Petr Mironychev
2025-09-29 18:55:51 +02:00
parent a52c86c6f0
commit 7663bd34af
11 changed files with 34 additions and 4 deletions

View File

@ -6,14 +6,13 @@ qt_policy(SET QTP0004 NEW)
qt_add_qml_module(QodeAssistChatView
URI ChatView
VERSION 1.0
DEPENDENCIES QtQuick
DEPENDENCIES
QtQuick
QML_FILES
qml/RootItem.qml
qml/ChatItem.qml
qml/Badge.qml
qml/dialog/CodeBlock.qml
qml/dialog/TextBlock.qml
qml/controls/QoAButton.qml
qml/parts/TopBar.qml
qml/parts/BottomBar.qml
qml/parts/AttachedFilesPlace.qml
@ -55,6 +54,7 @@ target_link_libraries(QodeAssistChatView
LLMCore
QodeAssistSettings
Context
QodeAssistUIControlsplugin
)
target_include_directories(QodeAssistChatView