
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
