aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v8/v8.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/v8/v8.pro')
-rw-r--r--tests/auto/declarative/v8/v8.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/declarative/v8/v8.pro b/tests/auto/declarative/v8/v8.pro
new file mode 100644
index 0000000000..0fc27d80b4
--- /dev/null
+++ b/tests/auto/declarative/v8/v8.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_v8.cpp
+
+CONFIG += parallel_test
+
+LIBS += -L../../../../src/v8/
+macx:CONFIG(debug, debug|release) {
+ LIBS += -lv8_debug
+} else {
+ LIBS += -lv8
+}
+