diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-15 07:04:09 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-15 07:04:09 +0000 |
commit | 79eb428663300657c7ec9a277d57a236c9058a36 (patch) | |
tree | 2847d99700bc6c79dbcff984f522eb5466fc4d86 /configdialog/CMakeLists.txt | |
parent | 8b464a9e01c58a180bb01f4e52f1938dea6870a7 (diff) | |
download | kbfx-79eb428663300657c7ec9a277d57a236c9058a36.tar.gz kbfx-79eb428663300657c7ec9a277d57a236c9058a36.zip |
Fix kbfx FTBFS under oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbfx@1258955 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configdialog/CMakeLists.txt')
-rw-r--r-- | configdialog/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configdialog/CMakeLists.txt b/configdialog/CMakeLists.txt index 48cdc25..33c7260 100644 --- a/configdialog/CMakeLists.txt +++ b/configdialog/CMakeLists.txt @@ -27,6 +27,7 @@ IF (NOT USE_KDE4) kbfxdata kbfxcommon ${QT_AND_KDECORE_LIBS} + -lDCOP ${KDE3_KIO_LIBRARY} ${KDE3_UI_LIBRARY} -lkhtml |