mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-19 13:34:46 -04:00
Add ChatRootView QML item
This commit is contained in:
@ -6,10 +6,11 @@ qt_add_qml_module(QodeAssistChatView
|
||||
URI ChatView
|
||||
VERSION 1.0
|
||||
QML_FILES
|
||||
qml/RootItem.qml
|
||||
qml/RootItem.qml
|
||||
SOURCES
|
||||
BaseChatWidget.hpp BaseChatWidget.cpp
|
||||
ChatModel.hpp ChatModel.cpp
|
||||
BaseChatWidget.hpp BaseChatWidget.cpp
|
||||
ChatModel.hpp ChatModel.cpp
|
||||
ChatRootView.hpp ChatRootView.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(QodeAssistChatView
|
||||
|
Reference in New Issue
Block a user