Enable exceptions code, makes Assistant far more stable.
authorkh1 <karsten.heimrich@digia.com>
Fri, 14 Dec 2012 13:29:00 +0000 (14:29 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 17 Dec 2012 13:07:54 +0000 (14:07 +0100)
commit1ee2a1c1be22485b46021b3ec7a5f4ebca3a5c92
tree6d075987238d6114b75ca051a78ee72bb8c96220
parent1aaf1bb3f556e775d070cb3bf4c487f5fe74b291
Enable exceptions code, makes Assistant far more stable.

Task-number: QTBUG-28592

The reason to enable exceptions (always) is that we build the
full text engine with exceptions as well, which throws erratic.
Once it does that the database it creates is in a unknow state,
which leads to new exceptions on next Assistant start. So it will
never start again until someone removes the broken index by hand.

Change-Id: Ic24a9e28bddf4657753f9b670c38ecda527d7af4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
src/assistant/help/help.pro
src/assistant/help/qhelpsearchindexreader_clucene.cpp
src/assistant/help/qhelpsearchindexwriter_clucene.cpp