KF5::plasmaview -> KF5::PlasmaView

This commit is contained in:
Giorgos Tsiapaliokas 2013-09-03 14:23:35 +03:00 committed by Marco Martin
parent bf2619a79a
commit 70ab0cfc48
2 changed files with 6 additions and 6 deletions

View File

@ -14,9 +14,9 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)
add_library(plasmaview SHARED ${plasmaview_LIB_SRC})
add_library(PlasmaView SHARED ${plasmaview_LIB_SRC})
target_link_libraries(plasmaview
target_link_libraries(PlasmaView
${Qt5Quick_LIBRARIES}
${Qt5Qml_LIBRARIES}
${KWindowSystem_LIBRARIES}
@ -28,14 +28,14 @@ target_link_libraries(plasmaview
kdeclarative
)
set_target_properties(plasmaview PROPERTIES
set_target_properties(PlasmaView PROPERTIES
VERSION 5.0.0
SOVERSION 5
)
install(TARGETS plasmaview EXPORT PlasmaViewTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS PlasmaView EXPORT PlasmaViewTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
generate_export_header(plasmaview)
generate_export_header(PlasmaView)
set(plasmaview_LIB_INCLUDES
${CMAKE_CURRENT_BINARY_DIR}/plasmaview_export.h

View File

@ -76,7 +76,7 @@ target_link_libraries(plasma-shell
${KWindowSystem_LIBRARIES}
${KCoreAddons_LIBRARIES}
plasma
plasmaview
PlasmaView
${Qt5Script_LIBRARIES}
${KDE4Support_LIBRARIES}
${Solid_LIBRARIES}