diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-27 01:04:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-27 01:04:36 +0200 |
commit | a03c2606e80829bb65bd5621e206f161a79a6e6c (patch) | |
tree | df61d69a38bbf0432af7f02bdb00e8775a50c7fa /src/CMakeLists.txt | |
parent | bookmarks fixes (diff) | |
download | rekonq-a03c2606e80829bb65bd5621e206f161a79a6e6c.tar.xz |
KDE printing system
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3e22ac5d..a64cc747 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -50,6 +50,7 @@ TARGET_LINK_LIBRARIES( rekonq ${QT_QTNETWORK_LIBRARY} ${QT_QTWEBKIT_LIBRARY} ${QT_QTUITOOLS_LIBRARY} + ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ) |