import qbs.base 1.0 import "../QtcPlugin.qbs" as QtcPlugin QtcPlugin { name: "BinEditor"
Depends { name: "qt"; submodules: ['widgets'] }
Depends { name: "Core" } Depends { name: "TextEditor" }
Depends { name: "Find" }
Depends { name: "cpp" } cpp.includePaths: [ "..", "../../libs", buildDirectory ] files: [ "bineditorplugin.h", "bineditor.h", "bineditorconstants.h", "markup.h", "bineditorplugin.cpp", "bineditor.cpp" ] }