diff options
Diffstat (limited to 'kitchensync/libqopensync/CMakeLists.txt')
-rw-r--r-- | kitchensync/libqopensync/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchensync/libqopensync/CMakeLists.txt b/kitchensync/libqopensync/CMakeLists.txt index 5b8a0ebfe..c933d2862 100644 --- a/kitchensync/libqopensync/CMakeLists.txt +++ b/kitchensync/libqopensync/CMakeLists.txt @@ -33,6 +33,6 @@ tde_add_library( qopensync SHARED AUTOMOC filter.cpp group.cpp member.cpp plugin.cpp result.cpp syncmapping.cpp syncupdates.cpp syncchange.cpp VERSION 0.0.0 - LINK kdeui-shared ${OSENGINE_LIBRARIES} ${OPENSYNC_LIBRARIES} + LINK tdeui-shared ${OSENGINE_LIBRARIES} ${OPENSYNC_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |