mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix some build error
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=514524
This commit is contained in:
parent
53bc17deeb
commit
23de73cd67
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ kde4_header()
|
|||
|
||||
add_subdirectory( pics )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/libkonq )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
@ -19,7 +19,7 @@ kde4_add_plugin(kcm_useraccount ${kcm_useraccount_PART_SRCS})
|
|||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_useraccount )
|
||||
|
||||
target_link_libraries(kcm_useraccount ${QT_AND_KDECORE_LIBS} konq )
|
||||
target_link_libraries(kcm_useraccount ${QT_AND_KDECORE_LIBS} konq ${QT_QTGUI_LIBRARY} kdeui ${QT_QT3SUPPORT_LIBRARY} kio)
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_useraccount )
|
||||
|
||||
|
|
Loading…
Reference in a new issue