forked from qt-creator/qt-creator
Move it to the git plugin. Change-Id: I8151573ed50df70776f7ebf0475dd41fb84fae83 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
38 lines
1.0 KiB
Prolog
38 lines
1.0 KiB
Prolog
DEFINES += DIFFEDITOR_LIBRARY
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
HEADERS += \
|
|
descriptionwidgetwatcher.h \
|
|
diffeditor_global.h \
|
|
diffeditor.h \
|
|
diffeditorconstants.h \
|
|
diffeditorcontroller.h \
|
|
diffeditordocument.h \
|
|
diffeditorfactory.h \
|
|
diffeditorplugin.h \
|
|
diffeditorwidgetcontroller.h \
|
|
differ.h \
|
|
diffutils.h \
|
|
diffview.h \
|
|
selectabletexteditorwidget.h \
|
|
sidebysidediffeditorwidget.h \
|
|
unifieddiffeditorwidget.h \
|
|
diffeditoricons.h
|
|
|
|
SOURCES += \
|
|
descriptionwidgetwatcher.cpp \
|
|
diffeditor.cpp \
|
|
diffeditorcontroller.cpp \
|
|
diffeditordocument.cpp \
|
|
diffeditorfactory.cpp \
|
|
diffeditorplugin.cpp \
|
|
diffeditorwidgetcontroller.cpp \
|
|
differ.cpp \
|
|
diffutils.cpp \
|
|
diffview.cpp \
|
|
selectabletexteditorwidget.cpp \
|
|
sidebysidediffeditorwidget.cpp \
|
|
unifieddiffeditorwidget.cpp
|
|
|
|
RESOURCES += diffeditor.qrc
|