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 \
|
2013-05-07 14:02:08 +02:00
|
|
|
diffeditorplugin.h \
|
2013-06-17 13:55:31 +02:00
|
|
|
differ.h \
|
2014-01-30 14:27:50 +01:00
|
|
|
sidebysidediffeditorwidget.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 \
|
2013-05-07 14:02:08 +02:00
|
|
|
diffeditorplugin.cpp \
|
2013-06-17 13:55:31 +02:00
|
|
|
differ.cpp \
|
2014-01-30 14:27:50 +01:00
|
|
|
sidebysidediffeditorwidget.cpp
|
2013-02-15 12:49:50 +01:00
|
|
|
|
|
|
|
|
RESOURCES +=
|