KF5::plasmaquick -> KF5::PlasmaQuick

This commit is contained in:
Giorgos Tsiapaliokas 2013-09-12 17:16:30 +03:00
parent 7996972078
commit 443216a29b
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(plasmaquick SHARED ${plasmaquick_LIB_SRC})
add_library(PlasmaQuick SHARED ${plasmaquick_LIB_SRC})
target_link_libraries(plasmaquick
target_link_libraries(PlasmaQuick
${Qt5Quick_LIBRARIES}
${Qt5Qml_LIBRARIES}
${KWindowSystem_LIBRARIES}
@ -28,14 +28,14 @@ target_link_libraries(plasmaquick
kdeclarative
)
set_target_properties(plasmaquick PROPERTIES
set_target_properties(PlasmaQuick PROPERTIES
VERSION 5.0.0
SOVERSION 5
)
install(TARGETS plasmaquick EXPORT PlasmaQuickTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS PlasmaQuick EXPORT PlasmaQuickTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
generate_export_header(plasmaquick)
generate_export_header(PlasmaQuick)
set(plasmaquick_LIB_INCLUDES
${CMAKE_CURRENT_BINARY_DIR}/plasmaquick_export.h

View File

@ -79,7 +79,7 @@ target_link_libraries(plasma-shell
${KWindowSystem_LIBRARIES}
${KCoreAddons_LIBRARIES}
plasma
plasmaquick
PlasmaQuick
${Qt5Script_LIBRARIES}
${KDE4Support_LIBRARIES}
${Solid_LIBRARIES}