fix qbs build

Change-Id: Ifb851fe09179b4822c53f528c793209226396c33
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Joerg Bornemann
2013-06-05 13:11:43 +02:00
committed by Christian Kandeler
parent 834a2687da
commit 67399fc02a
4 changed files with 5 additions and 3 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -47,6 +47,8 @@ QtcPlugin {
"qmakeglobals.h", "qmakeglobals.h",
"qmakeparser.cpp", "qmakeparser.cpp",
"qmakeparser.h", "qmakeparser.h",
"qmakevfs.cpp",
"qmakevfs.h",
] ]
} }

View File

@@ -114,6 +114,7 @@ QtcPlugin {
] ]
Export { Export {
Depends { name: "AnalyzerBase" }
Depends { name: "Core" } Depends { name: "Core" }
Depends { name: "QtcSsh" } Depends { name: "QtcSsh" }
} }