svn path=/trunk/KDE/kdebase/runtime/; revision=1185368
This commit is contained in:
Laurent Montel 2010-10-13 07:17:34 +00:00
parent 890ba5f095
commit 1d9e7ff76f
3 changed files with 3 additions and 9 deletions

View File

@ -1,7 +1,5 @@
project(corebindings)
include(KDE4Defaults)
set(corebindings_SRCS
corebindingsplugin.cpp
dataengineconsumer.cpp
@ -24,4 +22,4 @@ add_library(corebindingsplugin SHARED ${corebindings_SRCS})
target_link_libraries(corebindingsplugin ${KDE4_PLASMA_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY})
install(TARGETS corebindingsplugin DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/core)
install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/core)
install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/core)

View File

@ -1,7 +1,5 @@
project(graphicslayoutsbindings)
include(KDE4Defaults)
set(graphicslayoutsbindings_SRCS
graphicslayoutsbindingsplugin.cpp
gridlayout.cpp
@ -21,4 +19,4 @@ 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 ${QT_IMPORTS_DIR}/org/kde/plasma/graphicslayouts)
install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/graphicslayouts)
install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/graphicslayouts)

View File

@ -1,7 +1,5 @@
project(graphicswidgetsbindings)
include(KDE4Defaults)
set(graphicswidgetsbindings_SRCS
graphicswidgetsbindingsplugin.cpp
declarativetabbar.cpp
@ -20,4 +18,4 @@ add_library(graphicswidgetsbindingsplugin SHARED ${graphicswidgetsbindings_SRCS}
target_link_libraries(graphicswidgetsbindingsplugin ${KDE4_PLASMA_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY})
install(TARGETS graphicswidgetsbindingsplugin DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/graphicswidgets)
install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/graphicswidgets)
install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/kde/plasma/graphicswidgets)