From d563efd01f8f75c04d6a9f1b87b8a2244cc7e35d Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 3 Nov 2020 19:44:33 +0100 Subject: [pkg] put desktop place in gui folder for snaps this was left out of the packaging refactor by mistake. - Resolves: #368 --- bitmask.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bitmask.pro') diff --git a/bitmask.pro b/bitmask.pro index 22c3d7f..c9e95c6 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -64,3 +64,8 @@ CONFIG += lrelease embed_translations TRANSLATIONS += $$files(gui/i18n/*.ts, true) RESOURCES += $$files(gui/i18n/*.qm, true) + +# see https://stackoverflow.com/questions/5960192/qml-qt-openurlexternally#5960581 +# Needed for bringing browser from background to foreground using +# QDesktopServices: https://bugreports.qt.io/browse/QTBUG-8336 +TARGET.CAPABILITY += SwEvent -- cgit v1.2.3