use ${IMPORTS_INSTALL_DIR}
svn path=/trunk/KDE/kdebase/runtime/; revision=1187247
This commit is contained in:
parent
f25a4e438f
commit
7dae2f58b8
@ -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 imports/org/kde/plasma/core)
|
||||
install(FILES qmldir DESTINATION imports/org/kde/plasma/core)
|
||||
install(TARGETS corebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/core)
|
||||
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/core)
|
||||
|
@ -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 imports/org/kde/plasma/graphicslayouts)
|
||||
install(FILES qmldir DESTINATION imports/org/kde/plasma/graphicslayouts)
|
||||
install(TARGETS graphicslayoutsbindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/graphicslayouts)
|
||||
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/graphicslayouts)
|
||||
|
@ -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 imports/org/kde/plasma/graphicswidgets)
|
||||
install(FILES qmldir DESTINATION imports/org/kde/plasma/graphicswidgets)
|
||||
install(TARGETS graphicswidgetsbindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/graphicswidgets)
|
||||
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/graphicswidgets)
|
||||
|
Loading…
x
Reference in New Issue
Block a user