added qtkeychain dependency

This commit is contained in:
fourtf
2019-09-09 22:18:56 +02:00
parent cf23838099
commit 8241ce7097
5 changed files with 11 additions and 0 deletions
+3
View File
@@ -98,6 +98,9 @@ AboutPage::AboutPage()
addLicense(form.getElement(), "Websocketpp",
"https://www.zaphoyd.com/websocketpp/",
":/licenses/websocketpp.txt");
addLicense(form.getElement(), "QtKeychain",
"https://github.com/frankosterfeld/qtkeychain",
":/licenses/qtkeychain.txt");
}
auto attributions = layout.emplace<QGroupBox>("Attributions...");