aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-15 18:18:27 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-10-15 18:20:10 -0300
commite7f280f7451b3429fc1e1407225a6b9d27db1888 (patch)
tree593b889f0a0533a8de5881c0d22289b4e6e95ac5 /plugins
parentd75bd8367d26e4049b6748cc001ec7482fbda832 (diff)
Removed QtDesigner dependency from QtUiTools module.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 792d05541..e7a8fd134 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -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")