remove unnecessary linking from the cmake
This commit is contained in:
parent
7a5880c6a5
commit
7f5c24018c
@ -17,7 +17,7 @@ add_library(localebindingsplugin SHARED ${localebindings_SRCS})
|
|||||||
#FIXME
|
#FIXME
|
||||||
#Should i remove KDE4_PLASMA_LIBS?
|
#Should i remove KDE4_PLASMA_LIBS?
|
||||||
#Should i put something?
|
#Should i put something?
|
||||||
target_link_libraries(localebindingsplugin ${KDE4_PLASMA_LIBS} ${QT_QTDECLARATIVE_LIBRARY} kdeclarative)
|
target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY})
|
||||||
|
|
||||||
install(TARGETS localebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)
|
install(TARGETS localebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)
|
||||||
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)
|
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)
|
||||||
|
Loading…
Reference in New Issue
Block a user