aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmlcompiler.pro
blob: 159c7c40ed96855bf65d59da9cf60f458106d58f (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
option(host_build)
TARGET     = QtQmlCompiler
QT         = core-private qmldevtools-private
CONFIG    += internal_module

SOURCES = \
    resourcefilemapper.cpp \
    importedmembersvisitor.cpp \
    qmljsimporter.cpp \
    qmljstypereader.cpp \
    qqmljsscope.cpp \
    typedescriptionreader.cpp \
    qmlstreamwriter.cpp

HEADERS = \
    resourcefilemapper_p.h \
    importedmembersvisitor_p.h \
    qmljsimporter_p.h \
    qmljstypereader_p.h \
    qqmljsmetatypes_p.h \
    qqmljsscope_p.h \
    typedescriptionreader_p.h \
    qmlstreamwriter_p.h

load(qt_module)