Install imports into $PREFIX/qml/org/kde/...

This commit is contained in:
Sebastian Kügler 2013-02-02 03:32:01 +01:00
parent 42573a2c6a
commit a65c52fd16

View File

@ -25,6 +25,10 @@ INCLUDE_DIRECTORIES(
qt4_automoc(${corebindings_SRCS})
# Qt installs plugins here:
# /home/sebas/kf5/qt5/qtdeclarative/src/imports/window/plugins.qmltypes /home/sebas/kf5/install/qml/QtQuick/Window.2/
set(IMPORTS_INSTALL_DIR "qml")
message("!!! Forcing Imports install location: ${IMPORTS_INSTALL_DIR}")
add_library(corebindingsplugin SHARED ${corebindings_SRCS})