+ 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
This commit is contained in:
parent
7005831de6
commit
fc70821b48
|
@ -37,7 +37,10 @@
|
|||
# include <sstream>
|
||||
#endif
|
||||
|
||||
//#define QTWEBKIT
|
||||
#ifdef FC_OS_WIN32
|
||||
#define QTWEBKIT
|
||||
#endif
|
||||
|
||||
#ifdef QTWEBKIT
|
||||
#include <QWebView>
|
||||
#include <QWebFrame>
|
||||
|
|
Loading…
Reference in New Issue
Block a user