Skip to content
Snippets Groups Projects
Unverified Commit caaa8323 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

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

Link keychain in flatpak statically
parents 102ef05c 63f0d6bf
No related branches found
No related tags found
No related merge requests found
Pipeline #266 failed
......@@ -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",
......
......@@ -23,6 +23,8 @@
#include <QSharedPointer>
#include <QWidget>
#include <optional>
class Toggle;
class QLabel;
class QFormLayout;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment