aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtTest
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-07-05 14:19:28 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-07-05 17:39:19 -0300
commite64209b4d30253e11a22a5f2917953833880ba12 (patch)
treeca94cb08703d36bdb714be842156ad02de7cc44e /PySide/QtTest
parent72235a6530831a13c940839c53e873740fad71b7 (diff)
Add unit test to QListWidget.
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtTest')
-rw-r--r--PySide/QtTest/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/PySide/QtTest/CMakeLists.txt b/PySide/QtTest/CMakeLists.txt
index 2d392e42e..b447f790d 100644
--- a/PySide/QtTest/CMakeLists.txt
+++ b/PySide/QtTest/CMakeLists.txt
@@ -36,6 +36,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
add_library(QtTest MODULE ${QtTest_SRC})
set_property(TARGET QtTest PROPERTY PREFIX "")
target_link_libraries(QtTest
+ pyside
${PYTHON_LIBRARIES}
${SHIBOKEN_LIBRARY}
${QT_QTTEST_LIBRARY}