summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor/scxmleditor.pro
blob: eb1788957e9903aea5e8b4ba7e68d4c62305faf2 (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
25
26
27
include(../../qtcreatorplugin.pri)

INCLUDEPATH += $$PWD

HEADERS += \
    scxmlcontext.h \
    scxmleditor_global.h \
    scxmleditorconstants.h \
    scxmleditordata.h \
    scxmleditordocument.h \
    scxmleditorfactory.h \
    scxmleditorplugin.h \
    scxmleditorstack.h \
    scxmltexteditor.h

SOURCES += \
    scxmlcontext.cpp \
    scxmleditordata.cpp \
    scxmleditordocument.cpp \
    scxmleditorfactory.cpp \
    scxmleditorplugin.cpp \
    scxmleditorstack.cpp \
    scxmltexteditor.cpp

include(plugin_interface/plugin_interface.pri)
include(common/common.pri)
include(outputpane/outputpane.pri)