Skip to content
Snippets Groups Projects
Commit 46267914 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Also match mobility packages when showing Qt libraries on device.

Task-number: QTCREATORBUG-2391
Reviewed-by: kh1
parent 4fb9ffc9
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ QString MaemoConfigTestDialog::parseTestOutput() ...@@ -205,7 +205,7 @@ QString MaemoConfigTestDialog::parseTestOutput()
output = tr("Hardware architecture: %1\n").arg(unamePattern.cap(2)); output = tr("Hardware architecture: %1\n").arg(unamePattern.cap(2));
output.append(tr("Kernel version: %1\n").arg(unamePattern.cap(1))); output.append(tr("Kernel version: %1\n").arg(unamePattern.cap(1)));
const QRegExp dkpgPattern(QLatin1String("libqt\\S+ (\\d)\\.(\\d)\\.(\\d)")); const QRegExp dkpgPattern(QLatin1String("libqt\\S+\\s+(?:\\d:)?(\\d)\\.(\\d)\\.(\\d)"));
index = dkpgPattern.indexIn(m_deviceTestOutput); index = dkpgPattern.indexIn(m_deviceTestOutput);
if (index == -1) { if (index == -1) {
output.append(tr("No Qt packages installed.")); output.append(tr("No Qt packages installed."));
......
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