Symbian: Check the correct data

Make sure to check the data we are actually using later.
This commit is contained in:
Tobias Hunger
2011-02-24 17:25:29 +01:00
parent b37cafc626
commit e48cce0739

View File

@@ -47,7 +47,7 @@ QList<ProjectExplorer::Task>
S60ProjectChecker::reportIssues(const QString &proFile, const QtVersion *version)
{
QList<ProjectExplorer::Task> 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: