forked from qt-creator/qt-creator
Change-Id: I7675fc1d994020f94f42f6bd7b4f75aa29e6edf6 Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
19 lines
425 B
Prolog
19 lines
425 B
Prolog
DEFINES += DIFFEDITOR_LIBRARY
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
HEADERS += diffeditor_global.h \
|
|
diffeditorconstants.h \
|
|
diffeditoreditable.h \
|
|
diffeditorfile.h \
|
|
diffeditorplugin.h \
|
|
diffeditorwidget.h \
|
|
differ.h
|
|
|
|
SOURCES += diffeditoreditable.cpp \
|
|
diffeditorfile.cpp \
|
|
diffeditorplugin.cpp \
|
|
diffeditorwidget.cpp \
|
|
differ.cpp
|
|
|
|
RESOURCES +=
|