forked from qt-creator/qt-creator
DebugHelpers: Remove incorrect warning about qmldump requiring 4.7.1
qmldump works fine with 4.7.0 (as long as private headers are available). Reviewed-by: ckamm
This commit is contained in:
@@ -1829,7 +1829,7 @@ bool QtVersion::buildDebuggingHelperLibrary(QFutureInterface<void> &future,
|
||||
return false;
|
||||
|
||||
} else {
|
||||
output->append(QCoreApplication::translate("Qt4ProjectManager::QtVersion", "Warning: Cannot build qmldump; Qt version must be 4.7.1 or higher."));
|
||||
// output->append(QCoreApplication::translate("Qt4ProjectManager::QtVersion", "Warning: Cannot build qmldump; Qt version must be 4.7.1 or higher."));
|
||||
}
|
||||
future.setProgressValue(4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user