Allow customizing install dir for Qt plugins

This commit is contained in:
Martchus 2017-02-20 20:03:57 +01:00
parent e8b061737c
commit 2777498f6d
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ set(QT_REPOS base ${ADDITIONAL_QT_REPOS})
set(QT_MODULES Core ${ADDITIONAL_QT_MODULES})
set(KF_MODULES ${ADDITIONAL_KF_MODULES})
# allow specifying a custom directory for Qt plugins
set(QT_PLUGIN_DIR "" CACHE STRING "specifies the directory to install Qt plugins")
include(QtLinkage)
# check whether D-Bus interfaces need to be processed