Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/z3ntu/kde-thumbnailer-apk

KDE thumbnailer plugin for APK files
https://github.com/z3ntu/kde-thumbnailer-apk

Last synced: about 16 hours ago
JSON representation

KDE thumbnailer plugin for APK files

Awesome Lists containing this project

README

        

# KDE Thumbnailer APK

Based on https://store.kde.org/p/1081013/, updated and working for Qt 6.6.2 & KDE Frameworks 6.0.0.

## Installation

This lines will install it correctly for Arch Linux, be careful with other distros!
```
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
make -C build
sudo make -C build install
```