QmlDesigner: Fix build of qml2puppet

If the qml2puppet is build for the custom Qt then
the build failed because of utils/algorithm.h.

There is currently no reason to use utils/algorithm.h
in the puppet.

Change-Id: I4fb2aa2e7df4a5087ff48318cc416b457779c96e
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-10-07 11:51:31 +02:00
committed by Tim Jenssen
parent 479b2c7c1a
commit 4f2557e9cf

View File

@@ -85,7 +85,7 @@
#include <designersupportdelegate.h>
#include <utils/algorithm.h>
#include <algorithm>
namespace {
bool testImportStatements(const QStringList &importStatementList, const QUrl &url, QString *errorMessage = 0) {