Fix build on FreeBSD.
AbandonedPublic

Authored by adridg on Jan 2 2019, 10:19 PM.

Details

Reviewers
None
Summary
  • qjdnsshared_p.h also gets picked up by automoc, leading to duplicate symbols. Don't qt_wrap_cpp() it, to prevent

/usr/bin/ld: error: duplicate symbol: QJDnsSharedDebugPrivate::qt_metacall(QMetaObject::Call, int, void**)

defined at moc_qjdnsshared_p.cxx

moc_qjdnsshared_p.cxx.o:(QJDnsSharedDebugPrivate::qt_metacall(QMetaObject::Call, int, void**)) in archive libiris/libiris_kopete.a

defined at mocs_compilation.cpp

mocs_compilation.cpp.o:(.text+0x12190) in archive libiris/libiris_kopete.a

Diff Detail

Repository
R434 Kopete
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6588
Build 6606: arc lint + arc unit
adridg created this revision.Jan 2 2019, 10:19 PM
Restricted Application added a project: Kopete. · View Herald TranscriptJan 2 2019, 10:19 PM
Restricted Application added a subscriber: kopete-devel. · View Herald Transcript
adridg requested review of this revision.Jan 2 2019, 10:19 PM
rakuco added a subscriber: rakuco.Oct 13 2019, 1:55 PM

I'm fixing the problem differently in D24609

adridg abandoned this revision.May 31 2020, 2:36 PM

Fixed by @rakuco instead.