From e48cce07398704697d85e5bc49f769a6bb9a7cef Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 24 Feb 2011 17:25:29 +0100 Subject: [PATCH] Symbian: Check the correct data Make sure to check the data we are actually using later. --- src/plugins/qt4projectmanager/qt-s60/s60projectchecker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qt4projectmanager/qt-s60/s60projectchecker.cpp b/src/plugins/qt4projectmanager/qt-s60/s60projectchecker.cpp index 92de51109fe..fc24e81f2da 100644 --- a/src/plugins/qt4projectmanager/qt-s60/s60projectchecker.cpp +++ b/src/plugins/qt4projectmanager/qt-s60/s60projectchecker.cpp @@ -47,7 +47,7 @@ QList S60ProjectChecker::reportIssues(const QString &proFile, const QtVersion *version) { QList results; - const QString epocRootDir = QDir(Internal::S60Manager::instance()->deviceForQtVersion(version).epocRoot).absolutePath(); + const QString epocRootDir = version->systemRoot(); QFileInfo cppheader(epocRootDir + QLatin1String("/epoc32/include/stdapis/string.h")); #if defined (Q_OS_WIN) // Report an error if project- and epoc directory are on different drives: