aboutsummaryrefslogtreecommitdiffstats
path: root/tools/v4/v4.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/v4/v4.pro')
-rw-r--r--tools/v4/v4.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/v4/v4.pro b/tools/v4/v4.pro
new file mode 100644
index 0000000000..fcf1b28582
--- /dev/null
+++ b/tools/v4/v4.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+QT = v4-private core-private qmldevtools-private
+SOURCES = main.cpp
+
+include(../../src/v4/v4.pri)
+
+llvm-libs {
+ DEFINES += QMLJS_WITH_LLVM
+}
+load(qt_tool)