Skip to content
Snippets Groups Projects
Commit 1cfdacc0 authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner: Change version for Qml1Puppet to 2


Change-Id: I599598795fda265030c319f45329e1c67e6f5bfa
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent cae38634
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@
#include <private/qsimulatorconnection_p.h>
#endif
#include <iostream>
#include <qt4nodeinstanceclientproxy.h>
#ifdef ENABLE_QT_BREAKPAD
......@@ -60,11 +62,11 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationName("QtProject");
QCoreApplication::setOrganizationDomain("qt-project.org");
QCoreApplication::setApplicationName("QmlPuppet");
QCoreApplication::setApplicationVersion("1.1.0");
QCoreApplication::setApplicationVersion("2.0.0");
if (application.arguments().count() == 2 && application.arguments().at(1) == "--version") {
qDebug() << QCoreApplication::applicationVersion();
std::cout << 2;
return 0;
}
......
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