summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/buddyeditor/buddyeditor.pri
blob: c507aa01dd824d9ce54dcf8b52e7eb15e32e77ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

QT += xml

INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/buddyeditor.h \
    $$PWD/buddyeditor_plugin.h \
    $$PWD/buddyeditor_tool.h \
    $$PWD/buddyeditor_global.h

SOURCES += \
    $$PWD/buddyeditor.cpp \
    $$PWD/buddyeditor_tool.cpp \
    $$PWD/buddyeditor_plugin.cpp \
    $$PWD/buddyeditor_instance.cpp