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:
@@ -3,7 +3,7 @@ TARGET = Aggregation
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
|
||||
DEFINES += AGGREGATION_LIBRARY QT_NO_CAST_FROM_ASCII
|
||||
DEFINES += AGGREGATION_LIBRARY
|
||||
|
||||
HEADERS = aggregate.h \
|
||||
aggregation_global.h
|
||||
|
||||
@@ -4,9 +4,9 @@ import "../QtcLibrary.qbs" as QtcLibrary
|
||||
QtcLibrary {
|
||||
name: "Aggregation"
|
||||
|
||||
cpp.defines: base.concat(["AGGREGATION_LIBRARY", "QT_NO_CAST_FROM_ASCII"])
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt.core" }
|
||||
cpp.defines: base.concat("AGGREGATION_LIBRARY")
|
||||
|
||||
files: [
|
||||
"aggregate.cpp",
|
||||
|
||||
Reference in New Issue
Block a user