mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Merge pull request #361 from Nheko-Reborn/keychain-in-flatpak
Link keychain in flatpak statically
This commit is contained in:
commit
caaa832319
2 changed files with 4 additions and 1 deletions
|
@ -97,7 +97,8 @@
|
||||||
{
|
{
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DCMAKE_BUILD_TYPE=Release",
|
"-DCMAKE_BUILD_TYPE=Release",
|
||||||
"-DBUILD_TEST_APPLICATION=OFF"
|
"-DBUILD_TEST_APPLICATION=OFF",
|
||||||
|
"-DQTKEYCHAIN_STATIC=ON"
|
||||||
],
|
],
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
"name": "QtKeychain",
|
"name": "QtKeychain",
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
#include <QSharedPointer>
|
#include <QSharedPointer>
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
|
#include <optional>
|
||||||
|
|
||||||
class Toggle;
|
class Toggle;
|
||||||
class QLabel;
|
class QLabel;
|
||||||
class QFormLayout;
|
class QFormLayout;
|
||||||
|
|
Loading…
Reference in a new issue