aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/assetexporterplugin/assetexporterplugin.pri
blob: 713ab1184fb43df20bd35670df2e2bd2c742f82d (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
28
29
30
31
32
33
34
35
36
37
QT *= qml quick core widgets

VPATH += $$PWD

RESOURCES += assetexporterplugin.qrc

INCLUDEPATH += ./

HEADERS += \
    assetexportdialog.h \
    assetexporter.h \
    assetexporterplugin.h \
    assetexporterview.h \
    assetexportpluginconstants.h \
    componentexporter.h \
    exportnotification.h \
    filepathmodel.h \
    parsers/assetnodeparser.h \
    parsers/modelitemnodeparser.h \
    parsers/modelnodeparser.h \
    parsers/textnodeparser.h

SOURCES += \
    assetexportdialog.cpp \
    assetexporter.cpp \
    assetexporterplugin.cpp \
    assetexporterview.cpp \
    componentexporter.cpp \
    exportnotification.cpp \
    filepathmodel.cpp \
    parsers/assetnodeparser.cpp \
    parsers/modelitemnodeparser.cpp \
    parsers/modelnodeparser.cpp \
    parsers/textnodeparser.cpp

FORMS += \
    assetexportdialog.ui