aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-06-13 13:01:14 +0200
committerLars Knoll <lars.knoll@digia.com>2013-06-13 14:13:38 +0200
commit1935a56182152775c6c83c7a22903b5cdeab5a1a (patch)
tree1451330ab5968d6a2cb2e2ab71b38200b658c3a9 /src/qml/qml/qml.pri
parente45012ac724a637f2b1293082b033b5dd94e18a9 (diff)
Stop using v4classgen for QQmlLocale
It's easy enough now to just define the properties by hand. Change-Id: I6a053bf22f606280d21e9985928d7c69252611d4 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qml.pri')
-rw-r--r--src/qml/qml/qml.pri3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index 663cf2a609..680e317a4e 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -134,9 +134,6 @@ HEADERS += \
$$PWD/qqmlvaluetypewrapper_p.h \
$$PWD/qqmltypewrapper_p.h
-JS_CLASS_SOURCES += \
- $$PWD/qqmllocale.cpp
-
include(parser/parser.pri)
include(rewriter/rewriter.pri)
include(ftw/ftw.pri)