diff options
author | Friedemann Kleint <[email protected]> | 2016-11-08 13:09:54 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2016-11-09 09:18:44 +0000 |
commit | 05e3cdd8ab57686407d472722ab2e724c01de6b7 (patch) | |
tree | 974b86c43764b06d0996f8a84c58827c2a430e6b /tools/qmljs/qmljs.cpp | |
parent | ece0682712ec23b2a7fed68893db71a2cc0370a7 (diff) |
Set Qt version on tools
Change-Id: I21d77b2eba7107528fc00db0cf5d87f8347b63be
Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'tools/qmljs/qmljs.cpp')
-rw-r--r-- | tools/qmljs/qmljs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmljs/qmljs.cpp b/tools/qmljs/qmljs.cpp index 4b63357363..b0079dcf49 100644 --- a/tools/qmljs/qmljs.cpp +++ b/tools/qmljs/qmljs.cpp @@ -135,6 +135,7 @@ static void showException(QV4::ExecutionContext *ctx, const QV4::Value &exceptio int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); + QCoreApplication::setApplicationVersion(QLatin1String(QT_VERSION_STR)); QStringList args = app.arguments(); args.removeFirst(); |