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
027a1984
Commit
027a1984
authored
Jul 29, 2009
by
dt
Browse files
Make the debugging output less and better.
parent
c3169057
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
027a1984
...
...
@@ -569,16 +569,15 @@ QPair<QtVersion::QmakeBuildConfig, QStringList> QtVersionManager::scanMakeFile(c
QStringList
additionalArguments
;
parseParts
(
parts
,
&
assignments
,
&
afterAssignments
,
&
additionalArguments
);
qDebug
()
<<
"After parseParts"
;
dumpQMakeAssignments
(
assignments
);
qDebug
()
<<
"-after"
;
if
(
!
afterAssignments
.
isEmpty
())
qDebug
()
<<
"-after"
;
dumpQMakeAssignments
(
afterAssignments
);
// Search in assignments for CONFIG(+=,-=,=)(debug,release,debug_and_release)
// Also remove them from the list
result
=
qmakeBuildConfigFromCmdArgs
(
&
assignments
,
defaultBuildConfig
);
qDebug
()
<<
"After qmakeBuildConfigFromCmdArgs"
;
dumpQMakeAssignments
(
assignments
);
result2
.
append
(
additionalArguments
);
...
...
Write
Preview
Markdown
is supported
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