Generalize QT_NO_CAST_FROM_ASCII

Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2013-01-12 23:29:24 +02:00
committed by hjk
parent a31dd26e48
commit 88267a3299
102 changed files with 50 additions and 167 deletions

View File

@@ -12,8 +12,6 @@ CONFIG += exceptions
INCLUDEPATH *= $$PWD
DEFINES += QT_NO_CAST_FROM_ASCII
HEADERS += \
valgrindplugin.h \
valgrindengine.h \

View File

@@ -5,7 +5,6 @@ import "../QtcPlugin.qbs" as QtcPlugin
QtcPlugin {
name: "Valgrind"
Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["widgets", "network"] }
Depends { name: "Core" }
Depends { name: "AnalyzerBase" }
@@ -13,7 +12,6 @@ QtcPlugin {
Depends { name: "TextEditor" }
Depends { name: "RemoteLinux" }
Depends { name: "CPlusPlus"}
cpp.defines: base.concat(["QT_NO_CAST_FROM_ASCII"])
files: [
"callgrindcostdelegate.cpp",