From 29e41a9ee61a05274f77f89e9ffd8875f90d3308 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 22 Jun 2017 10:01:17 +0200 Subject: Remove now unused files Remove all files from the old compiler pipeline that are now unused. This includes the whole IR, JIT code generation, and the old Moth Isel. Change-Id: I50d06abfbcf0e9755a54ed94638f8bb74f9512b1 Reviewed-by: Erik Verbruggen --- src/qmldevtools/qmldevtools.pro | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/qmldevtools/qmldevtools.pro') diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro index b3cc01d2a9..5ee97776b8 100644 --- a/src/qmldevtools/qmldevtools.pro +++ b/src/qmldevtools/qmldevtools.pro @@ -16,16 +16,5 @@ include(../qml/parser/parser.pri) include(../qml/jsruntime/jsruntime.pri) include(../qml/compiler/compiler.pri) include(../qml/memory/memory.pri) -include(../qml/jit/jit.pri) - -HEADERS += \ - $$PWD/../qml/compiler/qv4isel_p.h \ - $$PWD/../qml/compiler/qv4isel_moth_p.h \ - $$PWD/../qml/compiler/qv4ssa_p.h - -SOURCES += \ - $$PWD/../qml/compiler/qv4isel_p.cpp \ - $$PWD/../qml/compiler/qv4isel_moth.cpp \ - $$PWD/../qml/compiler/qv4ssa.cpp load(qt_module) -- cgit v1.2.3