# Copyright 2026, Jiri Eischmann <jiri@eischmann.cz> and the meshy contributors
# SPDX-License-Identifier: GPL-3.0-or-later

option('qr_scanner', type: 'boolean', value: true, description: 'Enable QR code scanning support (Linux: pyzbar/zbar, macOS: AVFoundation/Vision)')
option('shortcuts_dialog', type: 'boolean', value: true, description: 'Enable keyboard shortcuts dialog (requires libadwaita >= 1.8)')
