Skip to content

KDE/qrca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
l10n daemon script
Apr 19, 2025
ee63124 · Apr 19, 2025
Dec 8, 2024
Apr 13, 2025
Dec 26, 2024
Oct 11, 2024
Apr 19, 2025
Apr 13, 2025
Feb 1, 2025
Jun 23, 2024
Dec 8, 2024
Nov 16, 2024
Dec 8, 2024
Feb 10, 2025
Feb 12, 2025
Feb 12, 2025
Apr 13, 2025
Jun 22, 2019
Dec 3, 2024
Apr 18, 2023
Apr 7, 2025
Apr 13, 2025
Apr 18, 2023
Apr 13, 2025
Jan 31, 2025

Repository files navigation

Qrca

Qrca is a simple application for Plasma Desktop and Plasma Mobile that lets you scan many barcode formats and create your own QR code images.

Get it

Qrca is currently available on Linux as a nightly Flatpak:

flatpak install --user https://cdn.kde.org/flatpak/qrca-nightly/org.kde.qrca.flatpakref

Qrca is also available as a nightly for Android on F-Droid with the KDE F-Droid Nightly Build Repository.

Build it

The most well supported way to build Qrca is with kde-builder.

Follow the tutorial to get started with kde-builder, then run:

# To build
kde-builder qrca
# To run
kde-builder --run qrca

To build the project manually and install it locally, run:

# To build
cmake -B build/
cmake --build build/ --parallel
cmake --install build/ --prefix ~/.local
# To run
qrca

See Building KDE software manually and Installing build dependencies if you run into any issues during compilation.