Re: [cmake-developers] [PATCH] QtDialog: Allow to set CMAKE_SHARE_DIR

2015-12-21 Thread Brad King
On 12/20/2015 05:07 PM, Niels Ole Salscheider wrote: > This is needed for multiarch layouts where the prefix is /usr/${host} but > where arch-independet files are installed to /usr/share. Thanks. Some of the current install dir options default to `share/...` as seen in `Source/CMakeInstallDestina

[cmake-developers] [PATCH] QtDialog: Allow to set CMAKE_SHARE_DIR

2015-12-20 Thread Niels Ole Salscheider
This is needed for multiarch layouts where the prefix is /usr/${host} but where arch-independet files are installed to /usr/share. --- Source/CMakeInstallDestinations.cmake | 3 +++ Source/QtDialog/CMakeLists.txt| 6 +++--- bootstrap | 7 +++ 3 files changed