aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsvalue/qjsvalue.pro
blob: 96b23ff87f00ba5495311374b5ef220bc21caa2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
QT += declarative
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