You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the project under macOS I get the following .dylib
macxs-MacBook-Pro:src macx$ otool -L libqt5keychain.dylib
libqt5keychain.dylib:
../third-party/out/lib/libqt5keychain.0.8.0.dylib (compatibility version 1.0.0, current version 0.8.0)
@rpath/QtCore.framework/Versions/5/QtCore (compatibility version 5.9.0, current version 5.9.5)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1452.23.0)
/System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 58286.51.6)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4)
compatibility version 1.0.0, current version 0.8.0
current < compatibility - this doesn't seem right.
Building the project under macOS I get the following .dylib
current < compatibility - this doesn't seem right.
macOS 10.13 Xcode 9.3 qtkeychain 0.8.0
Build parameters:
I think the issue is in CMakeLists file
The text was updated successfully, but these errors were encountered: