Don't bootstrap rcc
The rcc tool doesn't contribute to the build of QtCore anymore. There's no need to link it against the bootstrap lib. Change-Id: I5272d439a05f852eeea88b3a6b95c5ad6dd4e987 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
481bc82d59
commit
63dcb31049
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
qt_get_tool_target_name(target_name rcc)
|
qt_get_tool_target_name(target_name rcc)
|
||||||
qt_internal_add_tool(${target_name}
|
qt_internal_add_tool(${target_name}
|
||||||
BOOTSTRAP
|
|
||||||
TARGET_DESCRIPTION "Qt Resource Compiler"
|
TARGET_DESCRIPTION "Qt Resource Compiler"
|
||||||
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
||||||
TOOLS_TARGET Core # special case
|
TOOLS_TARGET Core # special case
|
||||||
|
Loading…
x
Reference in New Issue
Block a user