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:
parent
d75bd8367d
commit
e7f280f745
4 changed files with 3 additions and 63 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue