aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-04-27 21:26:19 +0200
committerLars Knoll <lars.knoll@digia.com>2013-04-29 14:47:35 +0200
commit382509a7f8753e2a11315eeb2086b27b6bc50a61 (patch)
tree1eb3853a9670a92c9ae6b2349ccf35ff296ead9a /src/qml/qml/qml.pri
parent7b8af027e5d4188311429dc8df1de67f44e5252d (diff)
Remove the old v4 and rename v4vm to v4
For archeologists v4 can still be found in the history. Otherwise it is confusing to have both engines in the tree. Change-Id: Ice05afb7013f0fe536aab6bb19114f696c58fc94 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qml.pri')
-rw-r--r--src/qml/qml/qml.pri6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index 304e08de92..29cd4374c7 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -130,9 +130,5 @@ HEADERS += \
include(parser/parser.pri)
include(rewriter/rewriter.pri)
include(ftw/ftw.pri)
-use_old_v4 {
- include(v4/v4.pri)
- DEFINES += QT_USE_OLD_V4
-}
include(v8/v8.pri)
-include(v4vm/v4vm.pri)
+include(v4/v4.pri)