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 \
|
2013-06-17 13:55:31 +02:00
|
|
|
diffeditorfactory.h \
|
2013-05-07 14:02:08 +02:00
|
|
|
diffeditorfile.h \
|
|
|
|
|
diffeditorplugin.h \
|
|
|
|
|
diffeditorwidget.h \
|
2013-06-17 13:55:31 +02:00
|
|
|
differ.h \
|
|
|
|
|
diffshoweditor.h \
|
|
|
|
|
diffshoweditorfactory.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 \
|
2013-06-17 13:55:31 +02:00
|
|
|
diffeditorfactory.cpp \
|
2013-05-07 14:02:08 +02:00
|
|
|
diffeditorfile.cpp \
|
|
|
|
|
diffeditorplugin.cpp \
|
2013-02-15 12:49:50 +01:00
|
|
|
diffeditorwidget.cpp \
|
2013-06-17 13:55:31 +02:00
|
|
|
differ.cpp \
|
|
|
|
|
diffshoweditor.cpp \
|
|
|
|
|
diffshoweditorfactory.cpp
|
2013-02-15 12:49:50 +01:00
|
|
|
|
|
|
|
|
RESOURCES +=
|