summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-20 02:52:40 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-20 02:52:40 +0200
commite4c674168d0403a776ccc878e0113f3b71099c63 (patch)
tree0922b9460ae373d201c0eb285211c4cbf2c5461b /src/CMakeLists.txt
parentrekonq 0.2.69 (diff)
downloadrekonq-e4c674168d0403a776ccc878e0113f3b71099c63.tar.xz
fix compilation on windows
(thanks, Carlo!)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index daae3f44..71b2d77b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -66,6 +66,8 @@ TARGET_LINK_LIBRARIES ( rekonq
${QT_QTUITOOLS_LIBRARY}
${KDE4_KUTILS_LIBS}
${KDE4_KDEUI_LIBS}
+ ${KDE4_KIO_LIBS}
+ ${KDE4_KPARTS_LIBS}
)