2013-02-15 12:49:50 +01:00
|
|
|
DEFINES += DIFFEDITOR_LIBRARY
|
|
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
2013-05-07 14:02:08 +02:00
|
|
|
HEADERS += diffeditor_global.h \
|
2013-05-30 12:15:22 +02:00
|
|
|
diffeditor.h \
|
2013-12-16 16:19:40 +01:00
|
|
|
diffeditorconstants.h \
|
|
|
|
|
diffeditorcontroller.h \
|
2014-01-30 13:31:11 +01:00
|
|
|
diffeditordocument.h \
|
2013-06-17 13:55:31 +02:00
|
|
|
diffeditorfactory.h \
|
2014-02-24 11:10:17 +01:00
|
|
|
diffeditorguicontroller.h \
|
2014-02-11 13:00:35 +01:00
|
|
|
diffeditormanager.h \
|
2013-05-07 14:02:08 +02:00
|
|
|
diffeditorplugin.h \
|
2014-02-13 16:43:28 +01:00
|
|
|
diffeditorreloader.h \
|
2013-06-17 13:55:31 +02:00
|
|
|
differ.h \
|
2014-02-28 10:40:20 +01:00
|
|
|
diffutils.h \
|
2015-01-30 16:10:04 +01:00
|
|
|
diffview.h \
|
2014-02-13 16:43:28 +01:00
|
|
|
selectabletexteditorwidget.h \
|
|
|
|
|
sidebysidediffeditorwidget.h \
|
|
|
|
|
unifieddiffeditorwidget.h
|
2013-02-15 12:49:50 +01:00
|
|
|
|
2013-05-30 12:15:22 +02:00
|
|
|
SOURCES += diffeditor.cpp \
|
2013-12-16 16:19:40 +01:00
|
|
|
diffeditorcontroller.cpp \
|
2014-01-30 13:31:11 +01:00
|
|
|
diffeditordocument.cpp \
|
2013-06-17 13:55:31 +02:00
|
|
|
diffeditorfactory.cpp \
|
2014-02-24 11:10:17 +01:00
|
|
|
diffeditorguicontroller.cpp \
|
2014-02-11 13:00:35 +01:00
|
|
|
diffeditormanager.cpp \
|
2013-05-07 14:02:08 +02:00
|
|
|
diffeditorplugin.cpp \
|
2014-02-13 16:43:28 +01:00
|
|
|
diffeditorreloader.cpp \
|
2013-06-17 13:55:31 +02:00
|
|
|
differ.cpp \
|
2014-02-28 10:40:20 +01:00
|
|
|
diffutils.cpp \
|
2015-01-30 16:10:04 +01:00
|
|
|
diffview.cpp \
|
2014-02-13 16:43:28 +01:00
|
|
|
selectabletexteditorwidget.cpp \
|
|
|
|
|
sidebysidediffeditorwidget.cpp \
|
|
|
|
|
unifieddiffeditorwidget.cpp
|
2013-02-15 12:49:50 +01:00
|
|
|
|
2014-02-13 16:43:28 +01:00
|
|
|
RESOURCES += diffeditor.qrc
|