Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
e48cce07
Commit
e48cce07
authored
Feb 24, 2011
by
Tobias Hunger
Browse files
Symbian: Check the correct data
Make sure to check the data we are actually using later.
parent
b37cafc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60projectchecker.cpp
View file @
e48cce07
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment