Fix build against static Qt without QLibrary
ClosedPublic

Authored by dvratil on Jun 11 2018, 10:29 PM.

Details

Summary

Sometimes when Qt is built statically it is also built without support for QLibrary and friends, so wrap relevant code in Kirigami in if QT_CONFIG(library).

Diff Detail

Repository
R169 Kirigami
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dvratil created this revision.Jun 11 2018, 10:29 PM
Restricted Application added a project: Kirigami. · View Herald TranscriptJun 11 2018, 10:29 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
dvratil requested review of this revision.Jun 11 2018, 10:29 PM
mart accepted this revision.Jun 19 2018, 8:56 AM
This revision is now accepted and ready to land.Jun 19 2018, 8:56 AM
This revision was automatically updated to reflect the committed changes.