forked from qt-creator/qt-creator
fix qbs build
Change-Id: Ifb851fe09179b4822c53f528c793209226396c33 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
834a2687da
commit
67399fc02a
@@ -12,10 +12,10 @@ QtcPlugin {
|
|||||||
|
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"diffeditor_global.h",
|
|
||||||
"diffeditorconstants.h",
|
|
||||||
"diffeditor.cpp",
|
"diffeditor.cpp",
|
||||||
"diffeditor.h",
|
"diffeditor.h",
|
||||||
|
"diffeditor_global.h",
|
||||||
|
"diffeditorconstants.h",
|
||||||
"diffeditorfile.cpp",
|
"diffeditorfile.cpp",
|
||||||
"diffeditorfile.h",
|
"diffeditorfile.h",
|
||||||
"diffeditorplugin.cpp",
|
"diffeditorplugin.cpp",
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ QtcPlugin {
|
|||||||
"pythoneditorconstants.h",
|
"pythoneditorconstants.h",
|
||||||
"pythoneditorfactory.cpp",
|
"pythoneditorfactory.cpp",
|
||||||
"pythoneditorfactory.h",
|
"pythoneditorfactory.h",
|
||||||
"pythoneditorfeatures.h",
|
|
||||||
"pythoneditorplugin.cpp",
|
"pythoneditorplugin.cpp",
|
||||||
"pythoneditorplugin.h",
|
"pythoneditorplugin.h",
|
||||||
"pythoneditorplugin.qrc",
|
"pythoneditorplugin.qrc",
|
||||||
|
|||||||
@@ -47,6 +47,8 @@ QtcPlugin {
|
|||||||
"qmakeglobals.h",
|
"qmakeglobals.h",
|
||||||
"qmakeparser.cpp",
|
"qmakeparser.cpp",
|
||||||
"qmakeparser.h",
|
"qmakeparser.h",
|
||||||
|
"qmakevfs.cpp",
|
||||||
|
"qmakevfs.h",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ QtcPlugin {
|
|||||||
]
|
]
|
||||||
|
|
||||||
Export {
|
Export {
|
||||||
|
Depends { name: "AnalyzerBase" }
|
||||||
Depends { name: "Core" }
|
Depends { name: "Core" }
|
||||||
Depends { name: "QtcSsh" }
|
Depends { name: "QtcSsh" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user