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

QT += xml

INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/tabordereditor.h \
    $$PWD/tabordereditor_plugin.h \
    $$PWD/tabordereditor_tool.h \
    $$PWD/tabordereditor_global.h

SOURCES += \
    $$PWD/tabordereditor.cpp \
    $$PWD/tabordereditor_tool.cpp \
    $$PWD/tabordereditor_plugin.cpp \
    $$PWD/tabordereditor_instance.cpp