Skip to content
Snippets Groups Projects
Commit e48cce07 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Symbian: Check the correct data

Make sure to check the data we are actually using later.
parent b37cafc6
No related merge requests found
......@@ -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:
......
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