From 684c8086815ce1fd1db274599fac3d1d63ff0802 Mon Sep 17 00:00:00 2001 From: Szabolcs David Date: Mon, 8 May 2017 10:24:39 +0200 Subject: Fix build of tst_qqmlengine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It fixes the following compile error: tst_qqmlengine.cpp:279:51: error: variable ‘QCryptographicHash md5’ has initializer but incomplete type tst_qqmlengine.cpp:279:28: error: incomplete type ‘QCryptographicHash’ used in nested name specifier Change-Id: I647a5a487d79f201118bfbddd757aa9cece180e4 Reviewed-by: Simon Hausmann Reviewed-by: Peter Varga --- tests/auto/qml/qqmlengine/tst_qqmlengine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qml/qqmlengine/tst_qqmlengine.cpp') diff --git a/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp b/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp index 3f6107ab2b..07569efc72 100644 --- a/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp +++ b/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3