|
|
|
@ -80,13 +80,18 @@ set( ${target}_SRCS
|
|
|
|
|
kdirnotify.cpp kdirnotify.skel kdirnotify_stub.cpp
|
|
|
|
|
observer.cpp ../misc/uiserver.stub observer.skel kemailsettings.cpp
|
|
|
|
|
kprotocolinfo.cpp renamedlg.cpp skipdlg.cpp kremoteencoding.cpp
|
|
|
|
|
kmimetypechooser.cpp backtrace_symbols.c
|
|
|
|
|
kmimetypechooser.cpp
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if( HAVE_BACKTRACE AND HAVE_DEMANGLE_H )
|
|
|
|
|
list( APPEND ${target}_SRCS backtrace_symbols.c )
|
|
|
|
|
set( BACKTRACE_LIBRARY bfd )
|
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
tde_add_library( ${target} STATIC_PIC AUTOMOC
|
|
|
|
|
SOURCES ${${target}_SRCS}
|
|
|
|
|
DEPENDENCIES dcopidl
|
|
|
|
|
LINK bfd
|
|
|
|
|
LINK ${BACKTRACE_LIBRARY}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|