Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/KDE/xdg-desktop-portal-kde

A backend implementation for xdg-desktop-portal that is using Qt/KDE
https://github.com/KDE/xdg-desktop-portal-kde

Last synced: about 2 months ago
JSON representation

A backend implementation for xdg-desktop-portal that is using Qt/KDE

Lists

README

        

# xdg-desktop-portal-kde

A backend implementation for [xdg-desktop-portal](http://github.com/flatpak/xdg-desktop-portal)
that is using Qt/KF5.

## Building xdg-desktop-portal-kde

### Dependencies:
- xdg-desktop-portal (runtime dependency)
- Qt 5 (build dependency)
- KDE Frameworks - KCoreAddons, KI18n, KNotifications(build dependency)

### Build instructions:
```
$ mkdir build && cd build
$ cmake .. [your_options]
$ make -j5
$ make install
```

## Testing xdg-desktop-portal-kde

The repository [xdg-portal-test-kde](https://invent.kde.org/libraries/xdg-portal-test-kde) contains a simple test application.