From 0eaf799d8c36d8d877a43a2f9ee71a1a2f968911 Mon Sep 17 00:00:00 2001 From: Janne Anttila <janne.anttila@digia.com> Date: Wed, 24 Apr 2013 11:28:51 +0300 Subject: [PATCH] Fix qsqvgfunctions_wince_p.h include in order make build pass for WEC7. Apparently the included header name was not renamed when the following patch: https://codereview.qt-project.org/23497 evolved and header filename was changed. Change-Id: Id4ff055046c46b630c2014bc1ba60f36c8520337 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> --- src/svg/qsvgfunctions_wince.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svg/qsvgfunctions_wince.cpp b/src/svg/qsvgfunctions_wince.cpp index 59f7157f..e0b1a665 100644 --- a/src/svg/qsvgfunctions_wince.cpp +++ b/src/svg/qsvgfunctions_wince.cpp @@ -47,7 +47,7 @@ #include <altcecrt.h> #include "qplatformdefs.h" -#include "qfunctions_wince_p.h" +#include "qsvgfunctions_wince_p.h" #include "qstring.h" #include "qbytearray.h" #include "qhash.h" -- GitLab