Removed QtDesigner dependency from QtUiTools module.

Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
          Luciano Wolf <luciano.wolf@openbossa.org>
This commit is contained in:
renatofilho 2010-10-15 18:18:27 -03:00
commit e7f280f745
4 changed files with 3 additions and 63 deletions

View file

@ -19,7 +19,7 @@ add_library(uiplugin STATIC ${ui_plugin_src} ${MOC_FILES})
add_definitions(-fPIC)
add_definitions(-DQT_STATICPLUGIN)
target_link_libraries(uiplugin
${QT_QTDESIGNER_LIBRARY}
${QT_QTUITOOLS_LIBRARY}
${SHIBOKEN_LIBRARY}
${PYTHON_LIBRARY})
if (CMAKE_BUILD_TYPE STREQUAL "Debug")