D9990: Fix compilation of just the UI-less host tools

2018-01-20 Thread Volker Krause
This revision was automatically updated to reflect the committed changes.
Closed by commit R246:eddccea61f31: Fix compilation of just the UI-less host 
tools (authored by vkrause).

REPOSITORY
  R246 Sonnet

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D9990?vs=25680=25686

REVISION DETAIL
  https://phabricator.kde.org/D9990

AFFECTED FILES
  CMakeLists.txt

To: vkrause, #frameworks, apol


D9990: Fix compilation of just the UI-less host tools

2018-01-20 Thread Aleix Pol Gonzalez
apol accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R246 Sonnet

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D9990

To: vkrause, #frameworks, apol


D9990: Fix compilation of just the UI-less host tools

2018-01-20 Thread Volker Krause
vkrause created this revision.
vkrause added a reviewer: Frameworks.
Restricted Application added a project: Frameworks.
vkrause requested review of this revision.

REVISION SUMMARY
  ECM usually takes care of disabling tests, but it nevertheless requires
  all targets the tests depend on to exist. With the new test_highlighter
  test this is not the case when building just the host tools though.

REPOSITORY
  R246 Sonnet

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D9990

AFFECTED FILES
  CMakeLists.txt

To: vkrause, #frameworks