aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmlcompiler.pro
blob: 94b3f90ee1c7c25d47c3b2e20c7b6895c8970af0 (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 \
    qqmljsimporter.cpp \
    qqmljstypereader.cpp \
    qqmljsscope.cpp \
    typedescriptionreader.cpp \
    qqmljsstreamwriter.cpp

HEADERS = \
    qqmljsresourcefilemapper_p.h \
    qqmljsimportedmembersvisitor_p.h \
    qqmljsimporter_p.h \
    qqmljstypereader_p.h \
    qqmljsmetatypes_p.h \
    qqmljsscope_p.h \
    typedescriptionreader_p.h \
    qqmljsstreamwriter_p.h

load(qt_module)