Skip to content
GitLab
Menu
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
c01122fa
Commit
c01122fa
authored
Mar 29, 2010
by
Tobias Hunger
Browse files
Fix shadowbuild location
parent
f1abcaf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4project.cpp
View file @
c01122fa
...
...
@@ -783,7 +783,7 @@ bool Qt4Project::wasEvaluateCanceled()
QString
Qt4Project
::
defaultTopLevelBuildDirectory
()
const
{
QFileInfo
info
(
file
()
->
fileName
());
return
projectDirectory
()
+
Q
Char
(
'/'
)
+
info
.
baseName
()
+
QLatin1String
(
"-build"
);
return
QDir
(
projectDirectory
()
+
Q
Latin1String
(
"/../"
)
+
info
.
baseName
()
+
QLatin1String
(
"-build"
)
).
absolutePath
()
;
}
void
Qt4Project
::
asyncUpdate
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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