aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/compiler.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-02-10 15:46:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-22 18:47:14 +0100
commit5e085f4883953ebb54ed8abba0468ad17d352682 (patch)
treeda69ca46d485b24848b45266cd9139de92cede27 /src/qml/compiler/compiler.pri
parentf11561f0eb3f084cd6e10dd7984b865a548403ac (diff)
Move JIT infrastructure into it's own directory
This is a starting point to clean up some of the code base for the JIT. Change-Id: I388ce8df7d4ab87095e227cf36643f4be2594b7d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/compiler/compiler.pri')
-rw-r--r--src/qml/compiler/compiler.pri8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/qml/compiler/compiler.pri b/src/qml/compiler/compiler.pri
index b2569f9111..24379ca5f3 100644
--- a/src/qml/compiler/compiler.pri
+++ b/src/qml/compiler/compiler.pri
@@ -1,5 +1,3 @@
-include(../../3rdparty/masm/masm-defs.pri)
-
INCLUDEPATH += $$PWD
INCLUDEPATH += $$OUT_PWD
@@ -13,9 +11,7 @@ HEADERS += \
$$PWD/qv4isel_moth_p.h \
$$PWD/qv4isel_util_p.h \
$$PWD/qv4ssa_p.h \
- $$PWD/qv4regalloc_p.h \
$$PWD/qqmlcodegenerator_p.h \
- $$PWD/qv4isel_masm_p.h \
$$PWD/qqmltypecompiler_p.h
SOURCES += \
@@ -27,9 +23,5 @@ SOURCES += \
$$PWD/qv4isel_p.cpp \
$$PWD/qv4jsir.cpp \
$$PWD/qv4ssa.cpp \
- $$PWD/qv4regalloc.cpp \
$$PWD/qqmlcodegenerator.cpp \
- $$PWD/qv4isel_masm.cpp \
$$PWD/qqmltypecompiler.cpp
-
-include(../../3rdparty/masm/masm.pri)