aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2010-12-28 14:09:16 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:48:05 -0300
commitd96649862fff5ee8e22ac3f48c9a96fea04238bf (patch)
tree68c600a42f886f1a91c93e65bcdd71dd0f8d4991
parent0029d0ef7e85cde40b945d6a55c321f459acda09 (diff)
Appended QtGui library dependency on pysidetest library.
-rw-r--r--tests/pysidetest/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pysidetest/CMakeLists.txt b/tests/pysidetest/CMakeLists.txt
index 83e92023a..4b94a2aff 100644
--- a/tests/pysidetest/CMakeLists.txt
+++ b/tests/pysidetest/CMakeLists.txt
@@ -53,12 +53,12 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${PYTHON_INCLUDE_PATH})
add_library(pysidetest SHARED ${pysidetest_SRC} ${pysidetest_MOC_SRC})
-target_link_libraries(pysidetest ${QT_QTCORE_LIBRARY})
+target_link_libraries(pysidetest ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
add_library(testbinding MODULE ${testbinding_SRC})
set_property(TARGET testbinding PROPERTY PREFIX "")
if(WIN32)
- set_target_properties(testbinding PROPERTIES SUFFIX ".pyd")
+ set_target_properties(testbinding PROPERTIES SUFFIX ".pyd")
endif()
target_link_libraries(testbinding
pysidetest