aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsvalue/qjsvalue.pro
blob: 36ce0024c21a99262d71935eac88a3159cfc8ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qjsvalue
QT += declarative widgets testlib
SOURCES  += tst_qjsvalue.cpp
HEADERS  += tst_qjsvalue.h

win32-msvc* {
    # With -O2, MSVC takes up to 24 minutes to compile this test!
    QMAKE_CXXFLAGS_RELEASE -= -O1 -O2
    QMAKE_CXXFLAGS_RELEASE += -Od
}
#temporary
CONFIG += insignificant_test