forked from qt-creator/qt-creator
Basic integration of diff editor inside git plugin
Change-Id: I7675fc1d994020f94f42f6bd7b4f75aa29e6edf6 Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -13,14 +13,18 @@ QtcPlugin {
|
||||
Depends { name: "cpp" }
|
||||
|
||||
files: [
|
||||
"diffeditor_global.h",
|
||||
"diffeditorconstants.h",
|
||||
"diffeditoreditable.cpp",
|
||||
"diffeditoreditable.h",
|
||||
"diffeditorfile.cpp",
|
||||
"diffeditorfile.h",
|
||||
"diffeditorplugin.cpp",
|
||||
"diffeditorplugin.h",
|
||||
"differ.cpp",
|
||||
"differ.h",
|
||||
"diffeditorwidget.cpp",
|
||||
"diffeditorwidget.h",
|
||||
"diffeditorconstants.h",
|
||||
"diffeditor_global.h",
|
||||
"differ.cpp",
|
||||
"differ.h",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user