forked from qt-creator/qt-creator
Task-number: QTCREATORBUG-9489 Change-Id: I3ae2e59ccaf397f4236505f21e027a42e2798784 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Petar Perisin <petar.perisin@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
25 lines
597 B
Prolog
25 lines
597 B
Prolog
DEFINES += DIFFEDITOR_LIBRARY
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
HEADERS += diffeditor_global.h \
|
|
diffeditorconstants.h \
|
|
diffeditor.h \
|
|
diffeditorfactory.h \
|
|
diffeditorfile.h \
|
|
diffeditorplugin.h \
|
|
diffeditorwidget.h \
|
|
differ.h \
|
|
diffshoweditor.h \
|
|
diffshoweditorfactory.h
|
|
|
|
SOURCES += diffeditor.cpp \
|
|
diffeditorfactory.cpp \
|
|
diffeditorfile.cpp \
|
|
diffeditorplugin.cpp \
|
|
diffeditorwidget.cpp \
|
|
differ.cpp \
|
|
diffshoweditor.cpp \
|
|
diffshoweditorfactory.cpp
|
|
|
|
RESOURCES +=
|