From bb475592e51b13f876f758d7ba3330b20ad1ae73 Mon Sep 17 00:00:00 2001 From: Diego Iastrubni Date: Sun, 15 Sep 2024 18:16:33 +0300 Subject: [PATCH] FileSystemPlugin: fix linking qmdilib changed internally. We need to adapt. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ae2623..2200f85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,8 @@ set(qtedit4_sources ${qmdilib_SOURCE_DIR}/demos/plugin-demo/pluginwindow.ui ${qmdilib_SOURCE_DIR}/demos/plugin-demo/plugins/filesystem/filesystembrowser.cpp ${qmdilib_SOURCE_DIR}/demos/plugin-demo/plugins/filesystem/filesystembrowser.h + ${qmdilib_SOURCE_DIR}/demos/plugin-demo/plugins/filesystem/filesystemwidget.cpp + ${qmdilib_SOURCE_DIR}/demos/plugin-demo/plugins/filesystem/filesystemwidget.h ${qutepart_SOURCE_DIR}/qutepart-syntax-files.qrc src/widgets/qmdieditor.cpp