|
|
@ -18,6 +18,7 @@ include_directories(
|
|
|
|
|
|
|
|
|
|
|
|
link_directories(
|
|
|
|
link_directories(
|
|
|
|
${TQT_LIBRARY_DIRS}
|
|
|
|
${TQT_LIBRARY_DIRS}
|
|
|
|
|
|
|
|
${XTEST_LIBDIR}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -36,6 +37,6 @@ set( ${target}_SRCS
|
|
|
|
tde_add_library( ${target} SHARED AUTOMOC
|
|
|
|
tde_add_library( ${target} SHARED AUTOMOC
|
|
|
|
SOURCES ${${target}_SRCS}
|
|
|
|
SOURCES ${${target}_SRCS}
|
|
|
|
VERSION 1.0.0
|
|
|
|
VERSION 1.0.0
|
|
|
|
LINK kio-shared
|
|
|
|
LINK kio-shared ${XTEST_LIBRARIES}
|
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
)
|
|
|
|