forked from qt-creator/qt-creator
... of the diff. Currently that is side-by-side and unified, just as before. Change-Id: I62a5462344c4b4ae652899f9d5b2936aa5a692b8 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
37 lines
1.0 KiB
Prolog
37 lines
1.0 KiB
Prolog
DEFINES += DIFFEDITOR_LIBRARY
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
HEADERS += diffeditor_global.h \
|
|
diffeditor.h \
|
|
diffeditorconstants.h \
|
|
diffeditorcontroller.h \
|
|
diffeditordocument.h \
|
|
diffeditorfactory.h \
|
|
diffeditorguicontroller.h \
|
|
diffeditormanager.h \
|
|
diffeditorplugin.h \
|
|
diffeditorreloader.h \
|
|
differ.h \
|
|
diffutils.h \
|
|
diffview.h \
|
|
selectabletexteditorwidget.h \
|
|
sidebysidediffeditorwidget.h \
|
|
unifieddiffeditorwidget.h
|
|
|
|
SOURCES += diffeditor.cpp \
|
|
diffeditorcontroller.cpp \
|
|
diffeditordocument.cpp \
|
|
diffeditorfactory.cpp \
|
|
diffeditorguicontroller.cpp \
|
|
diffeditormanager.cpp \
|
|
diffeditorplugin.cpp \
|
|
diffeditorreloader.cpp \
|
|
differ.cpp \
|
|
diffutils.cpp \
|
|
diffview.cpp \
|
|
selectabletexteditorwidget.cpp \
|
|
sidebysidediffeditorwidget.cpp \
|
|
unifieddiffeditorwidget.cpp
|
|
|
|
RESOURCES += diffeditor.qrc
|