aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtWebKit
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-05-18 18:41:36 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-05-19 14:26:13 -0300
commit43263681e7ba8f74dc7150cd049774350718bf84 (patch)
tree3be003b8671a2b1ce6cf802648a1e87e70f91bb9 /PySide/QtWebKit
parentb7343f255c77ae822eaf07c6ac10035863ca188f (diff)
Fix dynamic linking in various modules.
Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtWebKit')
-rw-r--r--PySide/QtWebKit/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtWebKit/CMakeLists.txt b/PySide/QtWebKit/CMakeLists.txt
index 82c550ca1..71b62ed5d 100644
--- a/PySide/QtWebKit/CMakeLists.txt
+++ b/PySide/QtWebKit/CMakeLists.txt
@@ -68,6 +68,8 @@ target_link_libraries(QtWebKit
${PYTHON_LIBRARIES}
${SHIBOKEN_LIBRARY}
${QT_QTWEBKIT_LIBRARY}
+ ${QT_QTNETWORK_LIBRARY}
+ ${QT_QTGUI_LIBRARY}
)
add_dependencies(QtWebKit QtGui)
add_dependencies(QtWebKit QtNetwork)