Bug 415018 - Some classes are not exported so symbol resolution fails for the metaobjects
Summary: Some classes are not exported so symbol resolution fails for the metaobjects
Status: RESOLVED FIXED
Alias: None
Product: pulseaudio-qt
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 1.1.0
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: Nicolas Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-10 15:42 UTC by Victor Tran
Modified: 2019-12-10 15:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Tran 2019-12-10 15:42:02 UTC
The classes
- Card
- CardPort
- SourceOutput

do not have the KF5PULSEAUDIOQT_EXPORT macro in the header and therefore cannot be used dynamically linked because the dynamic loader fails to find PulseAudioQt::Card::staticMetaObject for example.
Comment 1 Nicolas Fella 2019-12-10 15:57:07 UTC
Fixed. Since there were a few significant changes since 1.1.0 I've released 1.2.0 which includes this fix
Comment 2 Victor Tran 2019-12-10 15:59:44 UTC
You're fast. Appreciate it! :D