nextcloud-desktop/shell_integration/dolphin
Kevin Ottens 38b59a82bf [dolphin] Adjust CMake to handle the presence of KF6
Now if KF6 KIO is present, we build the Dolphin plugin against the Qt6
version of everything. Otherwise we keep assuming the Qt5 version of the
platform.

Signed-off-by: Kevin Ottens <ervin@kde.org>
2024-03-06 14:52:36 +01:00
..
CMakeLists.txt [dolphin] Adjust CMake to handle the presence of KF6 2024-03-06 14:52:36 +01:00
ownclouddolphinactionplugin.cpp [dolphin] Don't rely on QByteArray -> const char * implicit conversion 2024-03-06 14:52:36 +01:00
ownclouddolphinactionplugin.json.in [dolphin] Remove the desktop file and go straight to json instead 2024-03-06 14:52:36 +01:00
ownclouddolphinoverlayplugin.cpp [dolphin] Don't rely on emit and signals, use the Q_* macros instead 2024-03-06 14:52:36 +01:00
ownclouddolphinoverlayplugin.json Dolphin Shell Extension: renamove the kf5 in the name 2015-10-19 15:43:42 +02:00
ownclouddolphinpluginhelper.cpp [dolphin] Don't rely on emit and signals, use the Q_* macros instead 2024-03-06 14:52:36 +01:00
ownclouddolphinpluginhelper.h [dolphin] Don't rely on emit and signals, use the Q_* macros instead 2024-03-06 14:52:36 +01:00
README Dolphin Shell Extension: renamove the kf5 in the name 2015-10-19 15:43:42 +02:00

- Recompile and install recent enough version of dolphin and kio (git from oct 2015)

- Build and install the plugin

- Make sure to set XDG_DATA_DIRS=$PREFIX/share, QT_PLUGIN_PATH=$PREFIX/lib64/plugins/

- After installing, run
    kdeinit5 --noincremental

- restart dolphin (make sure to kill all instances)