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.pro9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/auto/declarative/v8/v8.pro b/tests/auto/declarative/v8/v8.pro
index 1030d174b6..bd6dfa9d5c 100644
--- a/tests/auto/declarative/v8/v8.pro
+++ b/tests/auto/declarative/v8/v8.pro
@@ -6,10 +6,5 @@ HEADERS += v8test.h
CONFIG += parallel_test
-LIBS += -L../../../../src/v8/
-macx:CONFIG(debug, debug|release) {
- LIBS += -lv8_debug
-} else {
- LIBS += -lv8
-}
-
+QT += declarative
+DEFINES += USING_V8_SHARED