Bump QtKeychain version (#2393)

This commit is contained in:
pajlada
2021-01-23 15:00:39 +01:00
committed by GitHub
parent 857705668e
commit 2a53ae49e0
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -159,7 +159,6 @@ jobs:
mkdir build
cd build
/usr/local/opt/qt/bin/qmake .. DEFINES+=$dateOfBuild
sed -ie 's/-framework\\\ /-framework /g' Makefile
make -j8
shell: bash
+3
View File
@@ -2,5 +2,8 @@ freebsd {
INCLUDEPATH += /usr/local/include/qt5keychain
LIBS += -lqt5keychain
} else {
unix:!android:!macx:!ios {
DEFINES += KEYCHAIN_DBUS
}
include(qtkeychain/qt5keychain.pri)
}