aboutsummaryrefslogtreecommitdiffstats
path: root/tools/shared/shared.pri
blob: b7eb2ec6c14a5bd04f4076e460e29cb0b8a1788f (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
32
33
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/componentversion.cpp \
    $$PWD/importedmembersvisitor.cpp \
    $$PWD/qmljsimporter.cpp \
    $$PWD/qmljstypereader.cpp \
    $$PWD/scopetree.cpp \
    $$PWD/typedescriptionreader.cpp

METATYPEREADER_HEADERS = \
    $$PWD/componentversion.h \
    $$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