Skip to content
Snippets Groups Projects
Commit c3b5202e authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Compile.

parent 243a90d2
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ QString CeSdkHandler::platformName(const QString &qtpath) ...@@ -91,7 +91,7 @@ QString CeSdkHandler::platformName(const QString &qtpath)
bool CeSdkHandler::parse(const QString &vsdir) bool CeSdkHandler::parse(const QString &vsdir)
{ {
// look at the file at %VCInstallDir%/vcpackages/WCE.VCPlatform.config // 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(); m_list.clear();
VCInstallDir = vsdir + "/VC/"; VCInstallDir = vsdir + "/VC/";
...@@ -107,7 +107,7 @@ bool CeSdkHandler::parse(const QString &vsdir) ...@@ -107,7 +107,7 @@ bool CeSdkHandler::parse(const QString &vsdir)
return false; return false;
qDebug()<<"parsing"; qDebug()<<"parsing";
QString currentElement; QString currentElement;
CeSdkInfo currentItem; CeSdkInfo currentItem;
QXmlStreamReader xml(&configFile); QXmlStreamReader xml(&configFile);
......
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