From a65c52fd165b8423e2bfd8570d308831d6b801d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Sat, 2 Feb 2013 03:32:01 +0100 Subject: [PATCH] Install imports into $PREFIX/qml/org/kde/... --- declarativeimports/core/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/declarativeimports/core/CMakeLists.txt b/declarativeimports/core/CMakeLists.txt index 3f338d2c5..8ccb8af83 100644 --- a/declarativeimports/core/CMakeLists.txt +++ b/declarativeimports/core/CMakeLists.txt @@ -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})