Change the QtCore library output to show the plugin path
It's a lot more useful than the include dir. It actually helps debug problems. Change-Id: I1496b069cc534f1a838dfffd15ca07fe8ad1c8c6 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
61def1f6cd
commit
737fd5550b
@ -887,10 +887,10 @@ void qt_core_boilerplate()
|
|||||||
"\n"
|
"\n"
|
||||||
"Installation prefix: %s\n"
|
"Installation prefix: %s\n"
|
||||||
"Library path: %s\n"
|
"Library path: %s\n"
|
||||||
"Include path: %s\n",
|
"Plugin path: %s\n",
|
||||||
qt_configure_prefix_path_str + 12,
|
qt_configure_prefix_path_str + 12,
|
||||||
qt_configure_strs + qt_configure_str_offsets[QT_PREPEND_NAMESPACE(QLibraryInfo)::LibrariesPath - 1],
|
qt_configure_strs + qt_configure_str_offsets[QT_PREPEND_NAMESPACE(QLibraryInfo)::LibrariesPath - 1],
|
||||||
qt_configure_strs + qt_configure_str_offsets[QT_PREPEND_NAMESPACE(QLibraryInfo)::HeadersPath - 1]);
|
qt_configure_strs + qt_configure_str_offsets[QT_PREPEND_NAMESPACE(QLibraryInfo)::PluginsPath - 1]);
|
||||||
|
|
||||||
QT_PREPEND_NAMESPACE(qDumpCPUFeatures)();
|
QT_PREPEND_NAMESPACE(qDumpCPUFeatures)();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user