Bug 415018

Summary: Some classes are not exported so symbol resolution fails for the metaobjects
Product: [Frameworks and Libraries] pulseaudio-qt Reporter: Victor Tran <vicr12345>
Component: generalAssignee: Nicolas Fella <nicolas.fella>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version First Reported In: 1.1.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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