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-02-15 12:49:50 +01:00
|
|
|
diffeditorconstants.h \
|
2013-05-07 14:02:08 +02:00
|
|
|
diffeditoreditable.h \
|
|
|
|
|
diffeditorfile.h \
|
|
|
|
|
diffeditorplugin.h \
|
|
|
|
|
diffeditorwidget.h \
|
2013-02-15 12:49:50 +01:00
|
|
|
differ.h
|
|
|
|
|
|
2013-05-07 14:02:08 +02:00
|
|
|
SOURCES += diffeditoreditable.cpp \
|
|
|
|
|
diffeditorfile.cpp \
|
|
|
|
|
diffeditorplugin.cpp \
|
2013-02-15 12:49:50 +01:00
|
|
|
diffeditorwidget.cpp \
|
|
|
|
|
differ.cpp
|
|
|
|
|
|
|
|
|
|
RESOURCES +=
|