qlibrary.cpp: avoid the +12 constant in too many places

Pick-to: 6.2
Change-Id: I2bbf422288924c198645fffd16a9a5f99bf9499e
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
bb10
Thiago Macieira 2021-09-30 09:20:31 -07:00
parent 2c2c6de85a
commit 74e1ab1adf
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ void qt_core_boilerplate()
"Installation prefix: %s\n"
"Library path: %s\n"
"Plugin path: %s\n",
qt_configure_prefix_path_str + 12,
QT_CONFIGURE_PREFIX_PATH,
qt_configure_strs[QT_PREPEND_NAMESPACE(QLibraryInfo)::LibrariesPath - 1],
qt_configure_strs[QT_PREPEND_NAMESPACE(QLibraryInfo)::PluginsPath - 1]);