aboutsummaryrefslogtreecommitdiffstats
path: root/tools/shared/shared.pri
blob: 181cda3e8b68f68464e3522a7c053ada634934d8 (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
INCLUDEPATH += $$PWD

# The relevant tools need different bits and pieces.
# Furthermore, some of the classes require devtools, some not.

RESOURCEFILEMAPPER_SOURCES = \
    $$PWD/resourcefilemapper.cpp

RESOURCEFILEMAPPER_HEADERS = \
    $$PWD/resourcefilemapper.h

METATYPEREADER_SOURCES = \
    $$PWD/importedmembersvisitor.cpp \
    $$PWD/qmljsimporter.cpp \
    $$PWD/qmljstypereader.cpp \
    $$PWD/scopetree.cpp \
    $$PWD/typedescriptionreader.cpp

METATYPEREADER_HEADERS = \
    $$PWD/importedmembersvisitor.h \
    $$PWD/qmljsimporter.h \
    $$PWD/qmljstypereader.h \
    $$PWD/metatypes.h \
    $$PWD/scopetree.h \
    $$PWD/typedescriptionreader.h

QMLSTREAMWRITER_SOURCES = \
    $$PWD/qmlstreamwriter.cpp

QMLSTREAMWRITER_HEADERS = \
    $$PWD/qmlstreamwriter.h