qt4projectmanager: compile fix on non-windows

This commit is contained in:
hjk
2011-02-04 09:44:17 +01:00
parent 691f95b073
commit a4fa2911f0

View File

@@ -245,7 +245,8 @@ ProjectExplorer::Project *Qt4Manager::openProject(const QString &fileName)
}
}
updateBoilerPlateCodeFiles(QmlStandaloneApp(), canonicalFilePath);
QmlStandaloneApp app;
updateBoilerPlateCodeFiles(app, canonicalFilePath);
Qt4Project *pro = new Qt4Project(this, canonicalFilePath);
return pro;