aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/v8.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-05-21 16:31:05 +0200
committerLars Knoll <lars.knoll@digia.com>2013-05-21 20:51:36 +0200
commit2ae06077a25babf97e974ff911c9e9481b32e169 (patch)
treeff0e639179e34bdef9dfcd46147de9d98aae07c6 /src/qml/qml/v8/v8.pri
parent87c3236859c0cf04852f925207cbc5f99cde8545 (diff)
Fold qv8sequencewrapper_p_p.h into qv8sequencewrapper.cpp
Most of the implementation belongs into a C++ file instead of a header file, it's not re-used from anywhere else. Change-Id: Ib41e3e104d9544710343b869116368bbca999622 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/v8/v8.pri')
-rw-r--r--src/qml/qml/v8/v8.pri3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/qml/v8/v8.pri b/src/qml/qml/v8/v8.pri
index 69f1d08cce..abe7a98f81 100644
--- a/src/qml/qml/v8/v8.pri
+++ b/src/qml/qml/v8/v8.pri
@@ -6,7 +6,6 @@ HEADERS += \
$$PWD/qv8profiler_p.h \
$$PWD/qv8engine_p.h \
$$PWD/qv8sequencewrapper_p.h \
- $$PWD/qv8sequencewrapper_p_p.h \
$$PWD/qv8contextwrapper_p.h \
$$PWD/qv8qobjectwrapper_p.h \
$$PWD/qv8typewrapper_p.h \
@@ -36,5 +35,5 @@ SOURCES += \
$$PWD/qqmlbuiltinfunctions.cpp
JS_CLASS_SOURCES += \
- $$PWD/qv8sequencewrapper_p_p.h
+ $$PWD/qv8sequencewrapper.cpp