forked from qt-creator/qt-creator
Generalize QT_NO_CAST_FROM_ASCII
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = AnalyzerBase
|
||||
|
||||
DEFINES += ANALYZER_LIBRARY QT_NO_CAST_FROM_ASCII
|
||||
DEFINES += ANALYZER_LIBRARY
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(analyzerbase_dependencies.pri)
|
||||
|
||||
@@ -13,10 +13,7 @@ QtcPlugin {
|
||||
Depends { name: "TextEditor" }
|
||||
|
||||
Depends { name: "cpp" }
|
||||
cpp.defines: base.concat([
|
||||
"ANALYZER_LIBRARY",
|
||||
"QT_NO_CAST_FROM_ASCII"
|
||||
])
|
||||
cpp.defines: base.concat("ANALYZER_LIBRARY")
|
||||
|
||||
files: [
|
||||
"analyzerbase.qrc",
|
||||
|
||||
Reference in New Issue
Block a user