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
c3b5202e
Commit
c3b5202e
authored
Feb 11, 2009
by
Roberto Raggi
Browse files
Compile.
parent
243a90d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/cesdkhandler.cpp
View file @
c3b5202e
...
...
@@ -91,7 +91,7 @@ QString CeSdkHandler::platformName(const QString &qtpath)
bool
CeSdkHandler
::
parse
(
const
QString
&
vsdir
)
{
// look at the file at %VCInstallDir%/vcpackages/WCE.VCPlatform.config
// and scan through all installed sdks...
// and scan through all installed sdks...
m_list
.
clear
();
VCInstallDir
=
vsdir
+
"/VC/"
;
...
...
@@ -107,7 +107,7 @@ bool CeSdkHandler::parse(const QString &vsdir)
return
false
;
qDebug
()
<<
"parsing"
;
QString
currentElement
;
CeSdkInfo
currentItem
;
QXmlStreamReader
xml
(
&
configFile
);
...
...
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