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
Tobias Hunger
qt-creator
Commits
3c8786df
Commit
3c8786df
authored
Mar 22, 2011
by
con
Browse files
Fix CurrentProject:QT_INSTALL_BINS.
This stopped working when renaming the Qt Creator variable. Reviewed-by: Kai Koehne
parent
facd4c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectmanager.cpp
View file @
3c8786df
...
...
@@ -191,7 +191,7 @@ void Qt4Manager::updateVariable(const QString &variable)
return
;
}
QString
value
=
qt4pro
->
activeTarget
()
->
activeBuildConfiguration
()
->
qtVersion
()
->
versionInfo
().
value
(
QLatin1String
(
kInstallBins
));
->
qtVersion
()
->
versionInfo
().
value
(
QLatin1String
(
"QT_INSTALL_BINS"
));
Core
::
VariableManager
::
instance
()
->
insert
(
QLatin1String
(
kInstallBins
),
value
);
}
}
...
...
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