aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-12-22 18:11:26 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:48:04 -0300
commitaf6514a1e81cadbad1ac754ea362ec24e107efb9 (patch)
tree295b561b46f5055c1027aa5c5fb91038dd2d068d
parent2734efb6b704c53bab64168be49ce06d6b5a03da (diff)
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 b3215bc78..83e92023a 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)