diff options
author | Lauro Neto <lauro.neto@openbossa.org> | 2010-12-22 18:11:26 -0300 |
---|---|---|
committer | Lauro Neto <lauro.neto@openbossa.org> | 2010-12-22 18:11:26 -0300 |
commit | af0860ba4ae8828a13a8674a6b365a5259076875 (patch) | |
tree | 460491e9a2571dc2f0402780d6036d85a08399c6 | |
parent | c4185280ba22615b57632aa81155a6c6c782a7d7 (diff) | |
download | pyside-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.txt | 2 |
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) |