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

SOURCES = \
    qqmljsresourcefilemapper.cpp \
    qqmljsimportvisitor.cpp \
    qqmljsimporter.cpp \
    qqmljstypereader.cpp \
    qqmljsscope.cpp \
    qqmljstypedescriptionreader.cpp \
    qqmljsstreamwriter.cpp

HEADERS = \
    qdeferredpointer_p.h \
    qqmljsresourcefilemapper_p.h \
    qqmljsimportvisitor_p.h \
    qqmljsimporter_p.h \
    qqmljstypereader_p.h \
    qqmljsmetatypes_p.h \
    qqmljsscope_p.h \
    qqmljstypedescriptionreader_p.h \
    qqmljsstreamwriter_p.h

load(qt_module)