diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-01-12 23:29:24 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2013-01-16 01:14:08 +0100 |
commit | 88267a3299dd1414b1889028e35917841d47fdcc (patch) | |
tree | be8bef444995de9a3b46020f56cf989a584b293d /src/plugins/bineditor | |
parent | a31dd26e484f81564db98ce75bc3d874babc0a83 (diff) | |
download | qt-creator-88267a3299dd1414b1889028e35917841d47fdcc.tar.gz |
Generalize QT_NO_CAST_FROM_ASCII
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/bineditor')
-rw-r--r-- | src/plugins/bineditor/bineditor.pro | 2 | ||||
-rw-r--r-- | src/plugins/bineditor/bineditor.qbs | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/bineditor/bineditor.pro b/src/plugins/bineditor/bineditor.pro index 42c76266b4..8633294174 100644 --- a/src/plugins/bineditor/bineditor.pro +++ b/src/plugins/bineditor/bineditor.pro @@ -3,8 +3,6 @@ TARGET = BinEditor include(../../qtcreatorplugin.pri) include(bineditor_dependencies.pri) -DEFINES += QT_NO_CAST_FROM_ASCII - HEADERS += bineditorplugin.h \ bineditor.h \ bineditorconstants.h \ diff --git a/src/plugins/bineditor/bineditor.qbs b/src/plugins/bineditor/bineditor.qbs index 575e89b104..f9384838e3 100644 --- a/src/plugins/bineditor/bineditor.qbs +++ b/src/plugins/bineditor/bineditor.qbs @@ -10,9 +10,6 @@ QtcPlugin { Depends { name: "TextEditor" } Depends { name: "Find" } - Depends { name: "cpp" } - cpp.defines: base.concat(["QT_NO_CAST_FROM_ASCII"]) - files: [ "bineditor.cpp", "bineditor.h", |