diff options
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 5 |
1 files changed, 5 insertions, 0 deletions
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 |