forked from qt-creator/qt-creator
qt4projectmanager: compile fix on non-windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user