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:
@@ -5,8 +5,6 @@ include(../../qtcreatorplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/projectexplorer/projectexplorer.pri)
|
||||
|
||||
DEFINES += QT_NO_CAST_FROM_ASCII
|
||||
|
||||
HEADERS += tasklistplugin.h \
|
||||
tasklist_export.h \
|
||||
tasklistconstants.h \
|
||||
|
||||
@@ -5,14 +5,12 @@ import "../QtcPlugin.qbs" as QtcPlugin
|
||||
QtcPlugin {
|
||||
name: "TaskList"
|
||||
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt.widgets" }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "Find" }
|
||||
Depends { name: "Locator" }
|
||||
Depends { name: "TextEditor" }
|
||||
cpp.defines: base.concat(["QT_NO_CAST_FROM_ASCII"])
|
||||
|
||||
files: [
|
||||
"TaskList.mimetypes.xml",
|
||||
@@ -29,4 +27,3 @@ QtcPlugin {
|
||||
"tasklistplugin.h",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user