forked from qt-creator/qt-creator
22 lines
780 B
CMake
22 lines
780 B
CMake
|
|
add_qtc_plugin(DiffEditor
|
||
|
|
PLUGIN_DEPENDS Core TextEditor
|
||
|
|
SOURCES
|
||
|
|
descriptionwidgetwatcher.cpp descriptionwidgetwatcher.h
|
||
|
|
diffeditor.cpp diffeditor.h
|
||
|
|
diffeditor.qrc
|
||
|
|
diffeditor_global.h
|
||
|
|
diffeditorconstants.h
|
||
|
|
diffeditorcontroller.cpp diffeditorcontroller.h
|
||
|
|
diffeditordocument.cpp diffeditordocument.h
|
||
|
|
diffeditorfactory.cpp diffeditorfactory.h
|
||
|
|
diffeditoricons.h
|
||
|
|
diffeditorplugin.cpp diffeditorplugin.h
|
||
|
|
diffeditorwidgetcontroller.cpp diffeditorwidgetcontroller.h
|
||
|
|
diffutils.cpp diffutils.h
|
||
|
|
diffview.cpp diffview.h
|
||
|
|
selectabletexteditorwidget.cpp selectabletexteditorwidget.h
|
||
|
|
sidebysidediffeditorwidget.cpp sidebysidediffeditorwidget.h
|
||
|
|
unifieddiffeditorwidget.cpp unifieddiffeditorwidget.h
|
||
|
|
EXPLICIT_MOC diffeditor.h
|
||
|
|
)
|