Can't find Qt5NetworkAuth library

Hello!

I’m trying to build my existing app for SailfishOS (use sfdk), but cmake can’t find Qt5NetworkAuth library. I tried to find it via sfdk tools package-search SailfishOS-4.5.0.18-armv7hl but can’t find anything like this (qt5-qtnetwork, qt5-qtnetwork-devel are already installed).

How can I install it (maybe it’s in some meta package or it’s not available on qt-5.6?)

Thanks

2 Likes

Looks like qtnetworkauth is from 5.8 :confused:

You could check if the QNetworkAuth from 5.8 (or newer) compiles with QtBase 5.6, the versions do not always need to match exactly.

Also there is Qt 5.15 available via chum

You can verify their installation using:

sfdk package-list | grep qt5-qtnetwork sfdk package-list | grep qt5-qtnetwork-devel