Merge pull request #361 from Nheko-Reborn/keychain-in-flatpak

Link keychain in flatpak statically
This commit is contained in:
DeepBlueV7.X 2020-12-29 08:57:34 +01:00 committed by GitHub
commit caaa832319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -97,7 +97,8 @@
{
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_TEST_APPLICATION=OFF"
"-DBUILD_TEST_APPLICATION=OFF",
"-DQTKEYCHAIN_STATIC=ON"
],
"buildsystem": "cmake-ninja",
"name": "QtKeychain",

View File

@ -23,6 +23,8 @@
#include <QSharedPointer>
#include <QWidget>
#include <optional>
class Toggle;
class QLabel;
class QFormLayout;