summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-12-22 18:11:26 -0300
committerLauro Neto <lauro.neto@openbossa.org>2010-12-22 18:11:26 -0300
commitaf0860ba4ae8828a13a8674a6b365a5259076875 (patch)
tree460491e9a2571dc2f0402780d6036d85a08399c6
parentc4185280ba22615b57632aa81155a6c6c782a7d7 (diff)
downloadpyside-af0860ba4ae8828a13a8674a6b365a5259076875.tar.gz
pyside-af0860ba4ae8828a13a8674a6b365a5259076875.tar.xz
pyside-af0860ba4ae8828a13a8674a6b365a5259076875.zip
Fix testbinding dependency
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Renato Araujo <renato.araujo@openbossa.org>
-rw-r--r--tests/pysidetest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pysidetest/CMakeLists.txt b/tests/pysidetest/CMakeLists.txt
index b3215bc..83e9202 100644
--- a/tests/pysidetest/CMakeLists.txt
+++ b/tests/pysidetest/CMakeLists.txt
@@ -69,7 +69,7 @@ target_link_libraries(testbinding
${QT_QTGUI_LIBRARY}
${SBK_PYTHON_LIBRARIES})
-add_dependencies(testbinding pyside QtCore libpyside pysidetest)
+add_dependencies(testbinding pyside QtCore QtGui libpyside pysidetest)
PYSIDE_TEST(homonymoussignalandmethod_test.py)