QmlDesigner: build qml2puppet by default for Qt 5

qml2puppet and Qt Quick 2 support is now stable enough to be included
in the standard build.

Change-Id: I8c55cbc12df56cc1a8d00a956ee56bf3bf45d498
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-01-30 12:51:38 +01:00
parent 76bf971cb9
commit 15d93a15dd

View File

@@ -30,3 +30,7 @@ QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
}
}
}
greaterThan(QT_MAJOR_VERSION, 4) {
SUBDIRS += qml2puppet
}