Hello folks,
I am trying to deploy my app as an RPM package to my device by hitting the run while specifying RPM deployment:
However the installation fails with:
sent 466,416 bytes received 35 bytes 310,967.33 bytes/sec
total size is 466,172 speedup is 1.00
Installing sailfish-ble-rc-0.1-1.armv7hl.rpm
Please confirm installation on device.
sailfish-ble-rc: nothing provides libQt5Core.so.5()(64bit) needed by sailfish-ble-rc-0.1-1.armv7hl (code: 13)
Installation failed
Deploy failed
23:03:08: The process "/opt/SailfishOS/bin/sfdk" exited with code 1.
Error while building/deploying project sailfish-ble-rc (kit: SailfishOS-4.1.0.24-armv7hl (in sailfish-os-build-engine))
When executing step "RPM Deploy"
23:03:08: Elapsed time: 00:27.
My device runs Verla, but the situation was the same with the Kvarken release.
My code lives here (but I doubt that there are any hardcoded 64 bit references):
I am using an armv7hl kit, tried to remove the .config/SailfishSDK folder.
Deploying as a binary works, but I would like to get the package installed as a normal app.