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
b87f3fbc
Commit
b87f3fbc
authored
Jul 07, 2010
by
Tobias Hunger
Browse files
Use outputparsers when creating S60 packages
parent
3d2e5667
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
View file @
b87f3fbc
...
...
@@ -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
;
...
...
@@ -118,6 +120,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
.
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