aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmlcompiler.pro
blob: 05fd39c98b25206e75d2fc786850875472f5a903 (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 = \
    qqmljsresourcefilemapper.cpp \
    qqmljsimportedmembersvisitor.cpp \
    qmljsimporter.cpp \
    qmljstypereader.cpp \
    qqmljsscope.cpp \
    typedescriptionreader.cpp \
    qqmljsstreamwriter.cpp

HEADERS = \
    qqmljsresourcefilemapper_p.h \
    qqmljsimportedmembersvisitor_p.h \
    qmljsimporter_p.h \
    qmljstypereader_p.h \
    qqmljsmetatypes_p.h \
    qqmljsscope_p.h \
    typedescriptionreader_p.h \
    qqmljsstreamwriter_p.h

load(qt_module)