diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:22:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:22:31 +0200 |
commit | 2e66b40db71b99220754c126a8e4e3606c3505f2 (patch) | |
tree | 4e1ef645560eb196628f3adadcf1fea7c2aa7267 /src/CMakeLists.txt | |
parent | Access Manager Porting. Compiles && links (diff) | |
download | rekonq-2e66b40db71b99220754c126a8e4e3606c3505f2.tar.xz |
Fixing new AccessManager. Removed webpage createPlugin slot
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7fba4466..615a68e5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -54,7 +54,7 @@ TARGET_LINK_LIBRARIES( rekonq ${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARY} # ${QT_QTWEBKIT_LIBRARY} - ${QT_QTUITOOLS_LIBRARY} +# ${QT_QTUITOOLS_LIBRARY} ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} |