aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v8/v8.pro
blob: 0fc27d80b4691b82034de8e6507e666adafed430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 
}