quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
637 stars 108 forks source link

0.9.96 Windows package missing severall libs #896

Closed ghost closed 5 months ago

ghost commented 5 months ago

Qt6quickcontrolls2.dll Qt6QuickWidgets.dll Qt6Sql.dll libcrypto-3-x64.dll (probably openssl install this yourself)

KitsuneRal commented 5 months ago

libcrypto yes, it's install-yourself for now (maybe that would change soon-ish but not right now). The Qt parts missing is clearly a bug.

KitsuneRal commented 5 months ago

Are these actually the only libraries missing? I don't see Qt bundled at all...

ghost commented 5 months ago

It's not bundled indeed.

These are all that it gave me an error pop up for, it may very well be that those are "only" the direct dependencies and will pull in and complain for lower ones when provided.

KitsuneRal commented 5 months ago

Well, that shows the popularity of Quaternion on Windows... windeployqt failed during packaging so no Qt was bundled - and nobody noticed until now. Thanks for finding it, my most valuable tester.

KitsuneRal commented 5 months ago

Fixed in 4c53d18f.