fix CLucene build for MSVC 2013
authorJoerg Bornemann <joerg.bornemann@digia.com>
Mon, 7 Jul 2014 14:33:36 +0000 (16:33 +0200)
committerJoerg Bornemann <joerg.bornemann@digia.com>
Tue, 8 Jul 2014 12:31:08 +0000 (14:31 +0200)
commitee62e8f615cf2fe557faa4cff61dbe147033f7d7
tree9cc5dd048746820678729dfcea7259d77bddbebd
parent52c117a3f5b18d35d741a45a6541832b03fbf562
fix CLucene build for MSVC 2013

Commit qtbase/9f0e5d00ab51cc7c0dc87c8d72f48c4e6edaf120 added the
/Zc:strictStrings compiler option to MSVC 2013 builds.
We're circumventing the problem by throwing const_casts into the code.

Change-Id: I45cc647b780f834b756caed92c4d6f9a50a53664
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
src/assistant/3rdparty/clucene/src/CLucene/StdHeader.cpp