install the declarative imports plugins in the proper place

(pending an addition to FindKDE4Internal.cmake for a nice variable for this)

svn path=/trunk/KDE/kdebase/runtime/; revision=1186527
This commit is contained in:
Pino Toscano 2010-10-16 19:28:20 +00:00
parent d514ff8d30
commit 1cf0db3e2a
3 changed files with 6 additions and 6 deletions

View File

@ -21,5 +21,5 @@ qt4_automoc(${corebindings_SRCS})
add_library(corebindingsplugin SHARED ${corebindings_SRCS})
target_link_libraries(corebindingsplugin ${KDE4_PLASMA_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY})
install(TARGETS corebindingsplugin DESTINATION ${PLUGIN_INSTALL_DIR}/imports/org/kde/plasma/core)
install(FILES qmldir DESTINATION ${PLUGIN_INSTALL_DIR}/imports/org/kde/plasma/core)
install(TARGETS corebindingsplugin DESTINATION imports/org/kde/plasma/core)
install(FILES qmldir DESTINATION imports/org/kde/plasma/core)

View File

@ -18,5 +18,5 @@ qt4_automoc(${graphicslayoutsbindings_SRCS})
add_library(graphicslayoutsbindingsplugin SHARED ${graphicslayoutsbindings_SRCS})
target_link_libraries(graphicslayoutsbindingsplugin ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY})
install(TARGETS graphicslayoutsbindingsplugin DESTINATION ${PLUGIN_INSTALL_DIR}/imports/org/kde/plasma/graphicslayouts)
install(FILES qmldir DESTINATION ${PLUGIN_INSTALL_DIR}/imports/org/kde/plasma/graphicslayouts)
install(TARGETS graphicslayoutsbindingsplugin DESTINATION imports/org/kde/plasma/graphicslayouts)
install(FILES qmldir DESTINATION imports/org/kde/plasma/graphicslayouts)

View File

@ -17,5 +17,5 @@ qt4_automoc(${graphicswidgetsbindings_SRCS})
add_library(graphicswidgetsbindingsplugin SHARED ${graphicswidgetsbindings_SRCS})
target_link_libraries(graphicswidgetsbindingsplugin ${KDE4_PLASMA_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY})
install(TARGETS graphicswidgetsbindingsplugin DESTINATION ${PLUGIN_INSTALL_DIR}/imports/org/kde/plasma/graphicswidgets)
install(FILES qmldir DESTINATION ${PLUGIN_INSTALL_DIR}/imports/org/kde/plasma/graphicswidgets)
install(TARGETS graphicswidgetsbindingsplugin DESTINATION imports/org/kde/plasma/graphicswidgets)
install(FILES qmldir DESTINATION imports/org/kde/plasma/graphicswidgets)