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
a4fa2911
Commit
a4fa2911
authored
Feb 04, 2011
by
hjk
Browse files
qt4projectmanager: compile fix on non-windows
parent
691f95b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectmanager.cpp
View file @
a4fa2911
...
...
@@ -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
;
...
...
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