Clean up
svn path=/trunk/KDE/kdebase/runtime/; revision=1185368
This commit is contained in:
parent
890ba5f095
commit
1d9e7ff76f
@ -1,7 +1,5 @@
|
|||||||
project(corebindings)
|
project(corebindings)
|
||||||
|
|
||||||
include(KDE4Defaults)
|
|
||||||
|
|
||||||
set(corebindings_SRCS
|
set(corebindings_SRCS
|
||||||
corebindingsplugin.cpp
|
corebindingsplugin.cpp
|
||||||
dataengineconsumer.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})
|
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(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)
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
project(graphicslayoutsbindings)
|
project(graphicslayoutsbindings)
|
||||||
|
|
||||||
include(KDE4Defaults)
|
|
||||||
|
|
||||||
set(graphicslayoutsbindings_SRCS
|
set(graphicslayoutsbindings_SRCS
|
||||||
graphicslayoutsbindingsplugin.cpp
|
graphicslayoutsbindingsplugin.cpp
|
||||||
gridlayout.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})
|
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(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)
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
project(graphicswidgetsbindings)
|
project(graphicswidgetsbindings)
|
||||||
|
|
||||||
include(KDE4Defaults)
|
|
||||||
|
|
||||||
set(graphicswidgetsbindings_SRCS
|
set(graphicswidgetsbindings_SRCS
|
||||||
graphicswidgetsbindingsplugin.cpp
|
graphicswidgetsbindingsplugin.cpp
|
||||||
declarativetabbar.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})
|
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(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)
|
||||||
|
Loading…
Reference in New Issue
Block a user