aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/v4.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4/v4.pri')
-rw-r--r--src/qml/qml/v4/v4.pri15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/qml/qml/v4/v4.pri b/src/qml/qml/v4/v4.pri
new file mode 100644
index 0000000000..b6784851d8
--- /dev/null
+++ b/src/qml/qml/v4/v4.pri
@@ -0,0 +1,15 @@
+HEADERS += \
+ $$PWD/qv4compiler_p.h \
+ $$PWD/qv4compiler_p_p.h \
+ $$PWD/qv4ir_p.h \
+ $$PWD/qv4irbuilder_p.h \
+ $$PWD/qv4instruction_p.h \
+ $$PWD/qv4bindings_p.h \
+ $$PWD/qv4program_p.h \
+
+SOURCES += \
+ $$PWD/qv4compiler.cpp \
+ $$PWD/qv4ir.cpp \
+ $$PWD/qv4irbuilder.cpp \
+ $$PWD/qv4instruction.cpp \
+ $$PWD/qv4bindings.cpp \