|
|
|
@ -25,17 +25,15 @@ link_directories(
|
|
|
|
|
|
|
|
|
|
##### ksvnwidgets ###############################
|
|
|
|
|
|
|
|
|
|
file (GLOB hdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h")
|
|
|
|
|
|
|
|
|
|
tde_add_library( ksvnwidgets STATIC AUTOMOC
|
|
|
|
|
SOURCES authdialogimpl.cpp logmsg_impl.cpp ssltrustprompt_impl.cpp
|
|
|
|
|
pwstorage.cpp diffbrowser.cpp diffbrowserdata.cpp
|
|
|
|
|
diffsyntax.cpp encodingselector_impl.cpp depthselector.cpp
|
|
|
|
|
revertform_impl.cpp tdesvn_shared_ui logmessage.ui
|
|
|
|
|
ssltrustprompt.ui authdlg.ui encodingselector.ui
|
|
|
|
|
depthform.ui revertform.ui ${hdr}
|
|
|
|
|
depthform.ui revertform.ui
|
|
|
|
|
# LINK kio-shared
|
|
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
ADD_DEPENDENCIES(ksvnwidgets tdesvncfgreader)
|
|
|
|
|
# ADD_DEPENDENCIES(ksvnwidgets tdesvncfgreader)
|