aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-01-25 22:22:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-05 18:29:23 +0100
commit843202b6083f2b9d01391558b7e6e3e0d014cca6 (patch)
tree55fb1d2ee3e5c882ef9b70fc72eaeca0b7724d56 /src/qml/jsruntime/jsruntime.pri
parentd89e2698669db83f0b3591ac43f054aacc8bfc85 (diff)
Move PersistenValue and WeakValue into it's own file
They deserve having their own set of files, and it helps reduce dependencies. Change-Id: Ifd4394f88ef51cbccc61bf92dd20636f570141d9 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index 6afcc77f40..43eb61ac9a 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -6,6 +6,7 @@ SOURCES += \
$$PWD/qv4context.cpp \
$$PWD/qv4runtime.cpp \
$$PWD/qv4value.cpp \
+ $$PWD/qv4persistent.cpp \
$$PWD/qv4debugging.cpp \
$$PWD/qv4lookup.cpp \
$$PWD/qv4identifier.cpp \
@@ -51,6 +52,7 @@ HEADERS += \
$$PWD/qv4math_p.h \
$$PWD/qv4value_inl_p.h \
$$PWD/qv4value_p.h \
+ $$PWD/qv4persistent_p.h \
$$PWD/qv4debugging_p.h \
$$PWD/qv4lookup_p.h \
$$PWD/qv4identifier_p.h \