Skip to content
GitLab
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
9da678fe
Commit
9da678fe
authored
Jul 07, 2010
by
Tobias Hunger
Committed by
con
Jul 16, 2010
Browse files
Use outputparsers when creating S60 packages
(cherry picked from commit
b87f3fbc
)
parent
2eb97dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
View file @
9da678fe
...
...
@@ -31,9 +31,11 @@
#include
"qt4projectmanagerconstants.h"
#include
"qt4buildconfiguration.h"
#include
"abldparser.h"
#include
<projectexplorer/buildconfiguration.h>
#include
<projectexplorer/target.h>
#include
<projectexplorer/gnumakeparser.h>
using
namespace
Qt4ProjectManager
::
Internal
;
...
...
@@ -109,6 +111,11 @@ bool S60CreatePackageStep::init()
<<
QLatin1String
(
"QT_SIS_KEY="
)
+
QDir
::
toNativeSeparators
(
customKeyPath
());
}
setArguments
(
args
);
// overwrite any stuff done in make step
ProjectExplorer
::
GnuMakeParser
*
parser
=
new
ProjectExplorer
::
GnuMakeParser
;
parser
->
appendOutputParser
(
new
Qt4ProjectManager
::
AbldParser
);
setOutputParser
(
parser
);
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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