Allow to build KSyntaxHighlighter without Qt5Gui
ClosedPublic

Authored by vkrause on Aug 3 2017, 6:21 PM.

Details

Summary

This actually only builds the indexer, which is useful for
cross-compilation. With Yocto this avoids pulling in a full
graphics stack for the host build.

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Aug 3 2017, 6:21 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptAug 3 2017, 6:21 PM
kfunk accepted this revision.Aug 3 2017, 8:38 PM
kfunk added a subscriber: kfunk.
kfunk added inline comments.
src/CMakeLists.txt
3

Too bad it needs QtGui. Just b/c it uses QColor as far as I can see...

This revision is now accepted and ready to land.Aug 3 2017, 8:38 PM
This revision was automatically updated to reflect the committed changes.