diff options
Diffstat (limited to 'eclass/kde5.eclass')
| -rw-r--r-- | eclass/kde5.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 1c8470f047b..37450d9cf23 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -374,6 +374,9 @@ kde5_src_configure() { # make sure config files go to /etc instead of /usr/etc cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) + # install mkspecs in the same directory as qt stuff + cmakeargs+=(-DKDE_INSTALL_USE_QT_SYS_PATHS=ON) + # allow the ebuild to override what we set here mycmakeargs=("${cmakeargs[@]}" "${mycmakeargs[@]}") |
