summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/integration/integration.pri
blob: 1548688998608679d4b39ac06c55753bda38c87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
VPATH += $$PWD
INCLUDEPATH += $$PWD
SOURCES += \
    integrationcore.cpp \
    designdocumentcontroller.cpp \
    designdocumentcontrollerview.cpp \
    utilitypanelcontroller.cpp \
    stackedutilitypanelcontroller.cpp \
    componentaction.cpp \
    componentview.cpp \
    xuifiledialog.cpp

HEADERS += \
    integrationcore.h \
    designdocumentcontrollerview.h \
    designdocumentcontroller.h \
    utilitypanelcontroller.h \
    stackedutilitypanelcontroller.h \
    componentaction.h \
    componentview.h \
    xuifiledialog.h