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:
17
src/plugins/diffeditor/diffeditor.pro
Normal file
17
src/plugins/diffeditor/diffeditor.pro
Normal file
@@ -0,0 +1,17 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = DiffEditor
|
||||
DEFINES += DIFFEDITOR_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(diffeditor_dependencies.pri)
|
||||
|
||||
HEADERS += diffeditorplugin.h \
|
||||
diffeditorwidget.h \
|
||||
diffeditorconstants.h \
|
||||
diffeditor_global.h \
|
||||
differ.h
|
||||
|
||||
SOURCES += diffeditorplugin.cpp \
|
||||
diffeditorwidget.cpp \
|
||||
differ.cpp
|
||||
|
||||
RESOURCES +=
|
||||
Reference in New Issue
Block a user