A backend implementation for xdg-desktop-portal that is using Qt/KF5.
- xdg-desktop-portal (runtime dependency)
- Qt 5 (build dependency)
- KDE Frameworks - KCoreAddons, KI18n, KNotifications(build dependency)
$ mkdir build && cd build
$ cmake .. [your_options]
$ make -j5
$ make install
The repository xdg-portal-test-kde contains a simple test application.