Warning, /plasma/xdg-desktop-portal-kde/README.md is written in an unsupported language. File is not indexed.
0001 # xdg-desktop-portal-kde 0002 0003 A backend implementation for [xdg-desktop-portal](http://github.com/flatpak/xdg-desktop-portal) 0004 that is using Qt/KF5. 0005 0006 ## Building xdg-desktop-portal-kde 0007 0008 ### Dependencies: 0009 - xdg-desktop-portal (runtime dependency) 0010 - Qt 5 (build dependency) 0011 - KDE Frameworks - KCoreAddons, KI18n, KNotifications(build dependency) 0012 0013 ### Build instructions: 0014 ``` 0015 $ mkdir build && cd build 0016 $ cmake .. [your_options] 0017 $ make -j5 0018 $ make install 0019 ```