aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/compiler.pri
blob: c3dd5890d6778c901671eb1a19c4af84fe9f53d7 (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
34
INCLUDEPATH += $$PWD
INCLUDEPATH += $$OUT_PWD

HEADERS += \
    $$PWD/qv4alloca_p.h \
    $$PWD/qv4bytecodegenerator_p.h \
    $$PWD/qv4compileddata_p.h \
    $$PWD/qv4compiler_p.h \
    $$PWD/qv4compilercontext_p.h \
    $$PWD/qv4compilercontrolflow_p.h \
    $$PWD/qv4compilerscanfunctions_p.h \
    $$PWD/qv4codegen_p.h \
    $$PWD/qqmlirbuilder_p.h \
    $$PWD/qv4instr_moth_p.h \
    $$PWD/qv4bytecodehandler_p.h \
    $$PWD/qv4calldata_p.h \
    $$PWD/qv4util_p.h \
    $$PWD/qv4staticvalue_p.h \
    $$PWD/qv4stringtoarrayindex_p.h

SOURCES += \
    $$PWD/qv4bytecodegenerator.cpp \
    $$PWD/qv4compileddata.cpp \
    $$PWD/qv4compiler.cpp \
    $$PWD/qv4compilercontext.cpp \
    $$PWD/qv4compilerscanfunctions.cpp \
    $$PWD/qv4codegen.cpp \
    $$PWD/qqmlirbuilder.cpp \
    $$PWD/qv4instr_moth.cpp \
    $$PWD/qv4bytecodehandler.cpp

gcc {
    equals(QT_GCC_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -fno-strict-aliasing
}