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
Tobias Hunger
qt-creator
Commits
356648b7
Commit
356648b7
authored
Jun 02, 2010
by
Robert Loehning
Browse files
Compile fix.
Reviewed-by: Oswald Buddenhagen
parent
1e06c8bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.cpp
View file @
356648b7
...
...
@@ -2128,11 +2128,11 @@ ProFileEvaluator::Private::VisitReturn ProFileEvaluator::Private::visitProFile(P
// We can't resolve symlinks as they do on Unix, so configure.exe puts
// the source of the qmake.conf at the end of the default/qmake.conf in
// the QMAKESPEC_ORG variable.
const
Q
StringList
&
spec_org
=
m_option
->
base_valuemap
.
value
(
QLatin1
String
(
"QMAKESPEC_ORIGINAL"
));
const
Pro
StringList
&
spec_org
=
m_option
->
base_valuemap
.
value
(
Pro
String
(
"QMAKESPEC_ORIGINAL"
));
if
(
!
spec_org
.
isEmpty
())
m_option
->
qmakespec_name
=
IoUtils
::
fileName
(
spec_org
.
first
()).
toString
();
IoUtils
::
fileName
(
spec_org
.
first
()
.
toQString
()
).
toString
();
#endif
}
}
...
...
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