diff options
Diffstat (limited to 'kbfxlib/common/CMakeLists.txt')
-rw-r--r-- | kbfxlib/common/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbfxlib/common/CMakeLists.txt b/kbfxlib/common/CMakeLists.txt index f318f74..929c8bb 100644 --- a/kbfxlib/common/CMakeLists.txt +++ b/kbfxlib/common/CMakeLists.txt @@ -21,7 +21,7 @@ IF (NOT USE_KDE4) # SOVERSION ${LIB_MAJOR} # VERSION ${APPLICATION_VERSION}) TARGET_LINK_LIBRARIES(kbfxcommon - ${QT_AND_KDECORE_LIBS} + ${QT_AND_TDECORE_LIBS} ${KDE3_KIO_LIBRARY} ${KDE3_UI_LIBRARY} ${KDE3_KHTML_LIBRARY} @@ -34,9 +34,9 @@ ELSE (NOT USE_KDE4) KDE4_ADD_LIBRARY(kbfxcommon SHARED ${libkbfxcommonsrc}) TARGET_LINK_LIBRARIES(kbfxcommon - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ${KDE4_KHTML_LIBS} ${M_LIBRARY} ) |