diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2012-11-26 20:56:29 +0200 |
---|---|---|
committer | Karsten Heimrich <karsten.heimrich@digia.com> | 2012-11-27 13:18:22 +0100 |
commit | c37420eeb3b8b49bd31a435f248840931fd08843 (patch) | |
tree | 7c7948aca6f9a32f363932c929c09a4396a22af7 /src/plugins/help/help.pro | |
parent | ade966222da29e2c165675e5609f36664685e663 (diff) | |
download | qt-creator-c37420eeb3b8b49bd31a435f248840931fd08843.tar.gz |
Help: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: Iba24d4f2d02de790f31d9606c7f9b85faf4670ce
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index cafc9a319b..86e26e481e 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -16,7 +16,10 @@ INCLUDEPATH += $$PWD include(../../qtcreatorplugin.pri) include(help_dependencies.pri) -DEFINES += QT_CLUCENE_SUPPORT HELP_LIBRARY +DEFINES += \ + QT_CLUCENE_SUPPORT \ + HELP_LIBRARY \ + QT_NO_CAST_FROM_ASCII HEADERS += \ centralwidget.h \ @@ -62,7 +65,7 @@ SOURCES += \ searchwidget.cpp \ xbelsupport.cpp \ externalhelpwindow.cpp - + FORMS += docsettingspage.ui \ filtersettingspage.ui \ generalsettingspage.ui \ |