Skip to content
Snippets Groups Projects
Commit acf98f13 authored by hjk's avatar hjk Committed by Eike Ziller
Browse files

debugger: better wording for the how-to-rebuild-dumpers page


Change-Id: I80ac1229f2b5343a0f460d6271df18bf5dec310c
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent c466dcf0
No related branches found
No related tags found
No related merge requests found
......@@ -2630,8 +2630,8 @@ void DebuggerPluginPrivate::showQtDumperLibraryWarning(const QString &details)
"The debugging helper is used to nicely format the values of some Qt "
"and Standard Library data types. "
"It must be compiled for each used Qt version separately. "
"On the Qt4 options page, select a Qt installation "
"and click Rebuild."));
"In the Qt Creator Build and Run preferences page, select a Qt version, "
"expand the Details section and click Build All."));
if (!details.isEmpty())
dialog.setDetailedText(details);
dialog.exec();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment