forked from qt-creator/qt-creator
debugger: better wording for the how-to-rebuild-dumpers page
Change-Id: I80ac1229f2b5343a0f460d6271df18bf5dec310c Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user