From fc70821b486a922b023a2359607917674248679f Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 4 Nov 2011 19:13:39 +0000 Subject: [PATCH] + use QtWekkit module to render SVG on Windows git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5090 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/Gui/BitmapFactory.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Gui/BitmapFactory.cpp b/src/Gui/BitmapFactory.cpp index b64b5e658..19a57fe90 100644 --- a/src/Gui/BitmapFactory.cpp +++ b/src/Gui/BitmapFactory.cpp @@ -37,7 +37,10 @@ # include #endif -//#define QTWEBKIT +#ifdef FC_OS_WIN32 +#define QTWEBKIT +#endif + #ifdef QTWEBKIT #include #include