D19054: Port cross-compilation support to KF5_HOST_TOOLING

2019-02-23 Thread Volker Krause
This revision was automatically updated to reflect the committed changes.
Closed by commit R238:d6ccdc0fff46: Port cross-compilation support to 
KF5_HOST_TOOLING (authored by vkrause).

REPOSITORY
  R238 KDocTools

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D19054?vs=51797=52360

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

AFFECTED FILES
  CMakeLists.txt
  KF5DocToolsConfig.cmake.in
  src/CMakeLists.txt

To: vkrause, apol
Cc: apol, ltoscano, habacker, kde-frameworks-devel, kde-doc-english, gennad, 
michaelh, ngraham, bruns, skadinna


D19054: Port cross-compilation support to KF5_HOST_TOOLING

2019-02-16 Thread Volker Krause
vkrause added a comment.


  In D19054#413147 , @ltoscano wrote:
  
  > I trust @vkrause  that this complicated part works, but I need to ask 
@habacker too, as he contributed part of the cross-compiling code.
  >
  > If anyone else from the #windows  
project would like to comment to, that would be nice.
  
  
  Right. The idea is that the old approach keeps working as before, if 
KF5_HOST_TOOLING is not defined.

REPOSITORY
  R238 KDocTools

BRANCH
  master

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

To: vkrause, apol
Cc: apol, ltoscano, habacker, kde-frameworks-devel, kde-doc-english, gennad, 
michaelh, ngraham, bruns, skadinna


D19054: Port cross-compilation support to KF5_HOST_TOOLING

2019-02-15 Thread Aleix Pol Gonzalez
apol accepted this revision.
apol added a comment.
This revision is now accepted and ready to land.


  Thanks!

REPOSITORY
  R238 KDocTools

BRANCH
  master

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

To: vkrause, apol
Cc: apol, ltoscano, habacker, kde-frameworks-devel, kde-doc-english, gennad, 
michaelh, ngraham, bruns, skadinna


D19054: Port cross-compilation support to KF5_HOST_TOOLING

2019-02-15 Thread Luigi Toscano
ltoscano added subscribers: habacker, ltoscano.
ltoscano added a comment.


  I trust @vkrause  that this complicated part works, but I need to ask 
@habacker too, as he contributed part of the cross-compiling code.
  
  If anyone else from the #windows  
project would like to comment to, that would be nice.

REPOSITORY
  R238 KDocTools

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

To: vkrause
Cc: ltoscano, habacker, kde-frameworks-devel, kde-doc-english, gennad, 
michaelh, ngraham, bruns, skadinna


D19054: Port cross-compilation support to KF5_HOST_TOOLING

2019-02-15 Thread Volker Krause
vkrause created this revision.
Herald added projects: Frameworks, Documentation.
Herald added subscribers: kde-doc-english, kde-frameworks-devel.
vkrause requested review of this revision.

REVISION SUMMARY
  This is more consistent with this is done in other frameworks, and more
  importantly it works in more scenarios. The old approach here was failing
  when target executables were also found, in which case their CMake targets
  had both LOCATION (pointing to target executables) and IMPORTED_LOCATION
  (pointing to native executables) properties set.

REPOSITORY
  R238 KDocTools

BRANCH
  master

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

AFFECTED FILES
  CMakeLists.txt
  KF5DocToolsConfig.cmake.in
  src/CMakeLists.txt

To: vkrause
Cc: kde-frameworks-devel, kde-doc-english, gennad, michaelh, ngraham, bruns, 
skadinna