blob: 2fd47ec93945bcc0b1202bb88143ff2a5758751b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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 +=
|