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
9087e2ff
Commit
9087e2ff
authored
Feb 24, 2010
by
Tobias Hunger
Browse files
Fix display of import label
* If the qmake path does match then the target does match, too.
parent
6dfdf3a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
9087e2ff
...
...
@@ -312,6 +312,7 @@ void Qt4ProjectConfigWidget::updateImportLabel()
}
else
{
// check that the qmake flags, arguments match
visible
=
!
m_buildConfiguration
->
compareToImportFrom
(
m_buildConfiguration
->
buildDirectory
());
targetMatches
=
true
;
}
}
else
{
visible
=
false
;
...
...
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