aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtSvg
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/QtSvg
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/QtSvg')
-rw-r--r--PySide/QtSvg/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/PySide/QtSvg/CMakeLists.txt b/PySide/QtSvg/CMakeLists.txt
index 2efa80326..2935127e8 100644
--- a/PySide/QtSvg/CMakeLists.txt
+++ b/PySide/QtSvg/CMakeLists.txt
@@ -52,6 +52,7 @@ target_link_libraries(QtSvg
${PYTHON_LIBRARIES}
${SHIBOKEN_LIBRARY}
${QT_QTSVG_LIBRARY}
+ ${QT_QTGUI_LIBRARY}
)
add_dependencies(QtSvg QtGui)