Move and clean split views.
- Move the current file in the next/previous split view. Vertical split if only one view.
- Remove duplicate files in the current split view or between split views.
cmake
extra-cmake-modules
gettext
kdelibs6-dev
orkdelibs6-devel
sudo apt install cmake extra-cmake-modules gettext kdelibs5-dev
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build
sudo cmake --build build install
Note: It may be necessary to add -DPLUGIN_INSTALL_DIR=${your_path}
with cmake
. For example /usr/lib/qt6/plugins/
or /usr/lib/x86_64-linux-gnu/qt6/plugins/
.