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
f9322928
Commit
f9322928
authored
May 18, 2009
by
dt
Browse files
Remove wrong output, we pass a explicit -spec argument.
parent
143f6e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qmakestep.cpp
View file @
f9322928
...
...
@@ -114,11 +114,6 @@ bool QMakeStep::init(const QString &name)
QStringList
args
=
arguments
(
name
);
QString
workingDirectory
=
m_pro
->
buildDirectory
(
name
);
Environment
environment
=
m_pro
->
environment
(
name
);
if
(
!
environment
.
value
(
"QMAKESPEC"
).
isEmpty
()
&&
environment
.
value
(
"QMAKESPEC"
)
!=
qtVersion
->
mkspec
())
emit
addToOutputWindow
(
tr
(
"QMAKESPEC from environment (%1) overrides mkspec of selected Qt (%2)."
)
.
arg
(
environment
.
value
(
"QMAKESPEC"
),
qtVersion
->
mkspec
()));
QString
program
=
qtVersion
->
qmakeCommand
();
// Check wheter we need to run qmake
...
...
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