GUI: Begin IPC mechanism to open files despite sandboxing

This commit is contained in:
2021-09-28 21:44:09 +02:00
parent 3e387b99f8
commit 890925929a
11 changed files with 235 additions and 36 deletions

View File

@ -13,6 +13,8 @@ TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++17
INCLUDEPATH += $$PWD/../sandbox/qssb.h/
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the