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:
@@ -7,7 +7,7 @@ include(../../qtcreatorplugin.pri)
|
||||
include(qmlprojectmanager_dependencies.pri)
|
||||
include(fileformat/fileformat.pri)
|
||||
|
||||
DEFINES += QMLPROJECTMANAGER_LIBRARY QT_NO_CAST_FROM_ASCII
|
||||
DEFINES += QMLPROJECTMANAGER_LIBRARY
|
||||
HEADERS += qmlproject.h \
|
||||
qmlprojectplugin.h \
|
||||
qmlprojectmanager.h \
|
||||
|
||||
@@ -15,7 +15,7 @@ QtcPlugin {
|
||||
Depends { name: "Debugger" }
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "app_version_header" }
|
||||
cpp.defines: base.concat(["QMLPROJECTMANAGER_LIBRARY", "QT_NO_CAST_FROM_ASCII"])
|
||||
cpp.defines: base.concat("QMLPROJECTMANAGER_LIBRARY")
|
||||
|
||||
files: [
|
||||
"qmlapp.cpp",
|
||||
|
||||
Reference in New Issue
Block a user