D9299: Introduce INSTALL_PREFIX_SCRIPT to easily set up prefixes
Christophe Giboudeaux
noreply at phabricator.kde.org
Tue Dec 12 15:56:31 UTC 2017
cgiboudeaux added inline comments.
INLINE COMMENTS
> KDEInstallDirs.cmake:700-704
> +export XDG_DATA_DIRS=${KDE_INSTALL_FULL_DATADIR}:$XDG_DATA_DIRS
> +export XDG_CONFIG_DIRS=${KDE_INSTALL_FULL_CONFDIR}:$XDG_CONFIG_DIRS
> +export PATH=${KDE_INSTALL_FULL_BINDIR}:$PATH
> +export QT_PLUGIN_PATH=${KDE_INSTALL_FULL_QTPLUGINDIR}:$QT_PLUGIN_PATH
> +export QML2_IMPORT_PATH=${KDE_INSTALL_FULL_QMLDIR}:$QML2_IMPORT_PATH
missing LD_LIBRARY_PATH ?
> KDEInstallDirs.cmake:707
> +
> + install(FILES ${CMAKE_BINARY_DIR}/prefix.sh DESTINATION ${CMAKE_INSTALL_PREFIX})
> +endif()
I'm not sure that's the right location. my installation prefixes only contains subdirectories.
This file will also be overwritten if several modules turn the option on (which is an issue for distributions if they decide to enable the feature)
REPOSITORY
R240 Extra CMake Modules
REVISION DETAIL
https://phabricator.kde.org/D9299
To: apol, #frameworks
Cc: cgiboudeaux, #build_system
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20171212/766ce950/attachment.html>
More information about the Kde-buildsystem
mailing list