forked from qt-creator/qt-creator
Experimental integration of DiffEditor
After enabling the plugin go to Tools|Diff... Change-Id: I793b6faedb93f58039df0a62e82fe04a017978ee Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
26
src/plugins/diffeditor/diffeditor.qbs
Normal file
26
src/plugins/diffeditor/diffeditor.qbs
Normal file
@@ -0,0 +1,26 @@
|
||||
import qbs.base 1.0
|
||||
|
||||
import "../QtcPlugin.qbs" as QtcPlugin
|
||||
|
||||
QtcPlugin {
|
||||
name: "DiffEditor"
|
||||
|
||||
Depends { name: "Qt.widgets" }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "Find" }
|
||||
|
||||
Depends { name: "cpp" }
|
||||
|
||||
files: [
|
||||
"diffeditorplugin.cpp",
|
||||
"diffeditorplugin.h",
|
||||
"differ.cpp",
|
||||
"differ.h",
|
||||
"diffeditorwidget.cpp",
|
||||
"diffeditorwidget.h",
|
||||
"diffeditorconstants.h",
|
||||
"diffeditor_global.h",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user