forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
479b2c7c1a
commit
4f2557e9cf
@@ -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) {
|
||||
|
Reference in New Issue
Block a user