mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-18 21:14:34 -04:00
Remove temporary code
This commit is contained in:
@ -12,6 +12,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
find_package(QtCreator REQUIRED COMPONENTS Core)
|
||||
find_package(Qt6 COMPONENTS Core Gui Widgets Network REQUIRED)
|
||||
|
||||
add_subdirectory(chatview)
|
||||
|
||||
add_qtc_plugin(QodeAssist
|
||||
PLUGIN_DEPENDS
|
||||
QtCreator::Core
|
||||
@ -65,6 +67,4 @@ add_qtc_plugin(QodeAssist
|
||||
chat/NavigationPanel.hpp chat/NavigationPanel.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(chatview)
|
||||
|
||||
target_link_libraries(QodeAssist PUBLIC QodeAssistChatViewplugin)
|
||||
|
Reference in New Issue
Block a user