aboutsummaryrefslogtreecommitdiffstats
path: root/v4.pro
blob: 58571124c0f50f2381a6466e98d519c5eccab415 (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
QT = core qmldevtools-private
CONFIG -= app_bundle
CONFIG += console

DEFINES += __default_codegen__

LIBS += -lgc

udis86:LIBS += -ludis86
else:DEFINES += NO_UDIS86

SOURCES += main.cpp \
    qv4codegen.cpp \
    qv4ir.cpp \
    qmljs_runtime.cpp \
    qmljs_objects.cpp \
    qv4isel.cpp

HEADERS += \
    qv4codegen_p.h \
    qv4ir_p.h \
    qmljs_runtime.h \
    qmljs_objects.h \
    qv4isel_p.h \
    x86-codegen.h \
    amd64-codegen.h