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
parent
2c2c6de85a
commit
74e1ab1adf
|
|
@ -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]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue