Skip to content
Snippets Groups Projects
Commit c84eb2d0 authored by Ulf Hermann's avatar Ulf Hermann
Browse files

QScxmlcGenerator: Adapt to new command line arguments


Change-Id: I7a8d786002ff8f07fff183fbd01bbaa8a367a20d
Reviewed-by: default avatarJarek Kobus <jaroslaw.kobus@theqtcompany.com>
parent 92e301a0
No related branches found
No related tags found
No related merge requests found
......@@ -114,8 +114,8 @@ void QScxmlcGenerator::run(const QByteArray &sourceContent)
<< sourceContent.size() << " bytes";
m_process.start(generator, QStringList({
QLatin1String("-oh"), m_tmpdir.path() + QLatin1Char('/') + targets()[0].fileName(),
QLatin1String("-ocpp"), m_tmpdir.path() + QLatin1Char('/') + targets()[1].fileName(),
QLatin1String("--header"), m_tmpdir.path() + QLatin1Char('/') + targets()[0].fileName(),
QLatin1String("--impl"), m_tmpdir.path() + QLatin1Char('/') + targets()[1].fileName(),
input.fileName()}));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment