aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v8/v8.pro
blob: 1030d174b6517f0698590ce5644ba6867e003479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
macx:CONFIG -= app_bundle

SOURCES += tst_v8.cpp v8test.cpp
HEADERS += v8test.h

CONFIG += parallel_test

LIBS += -L../../../../src/v8/
macx:CONFIG(debug, debug|release) {
    LIBS += -lv8_debug 
} else {
    LIBS += -lv8 
}