https://bugs.kde.org/show_bug.cgi?id=498058

--- Comment #2 from Tuomas Nurmi <tuo...@norsumanageri.org> ---
Installed Arch & tested around a bit. Seems to be related to this one:
https://bugreports.qt.io/browse/QTBUG-112332

something similar here https://github.com/calamares/calamares/issues/2309
fixed apparently in packaging with
https://gitlab.manjaro.org/manjaro-arm/packages/extra/calamares/-/commit/36071c2540e9eefaee50e1e79e5326843b57e7af#9b9baac1eb9b72790eef5540a1685306fc43fd6c_27_28
and worked around in source with
https://github.com/calamares/calamares/commit/4eba859236777c5764ebd3db883a303ed810ee7b

Based on comments at https://github.com/pedrolcl/drumstick/issues/12 I tried
editing PopupDropper_Export.h:32 from
# define POPUPDROPPER_EXPORT Q_DECL_EXPORT
to
# define POPUPDROPPER_EXPORT Q_DECL_EXPORT_OVERRIDABLE
which seemed to fix the build, too. But reading Qt headers, the Calamares'
solution would probably be sensible here, as the section in question is inside
ifdef for non-windows builds, anyhow.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to