aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/memory/memory.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/memory/memory.pri')
-rw-r--r--src/qml/memory/memory.pri14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/qml/memory/memory.pri b/src/qml/memory/memory.pri
new file mode 100644
index 0000000000..04b7566ccc
--- /dev/null
+++ b/src/qml/memory/memory.pri
@@ -0,0 +1,14 @@
+INCLUDEPATH += $$PWD
+INCLUDEPATH += $$OUT_PWD
+
+!qmldevtools_build {
+SOURCES += \
+ $$PWD/qv4mm.cpp \
+
+HEADERS += \
+ $$PWD/qv4mm_p.h
+
+}
+
+HEADERS += \
+ $$PWD/qv4heap_p.h