branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 5 | d3bac044e0f0 |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
3 SOURCES += tst_qscriptvalue.cpp |
3 SOURCES += tst_qscriptvalue.cpp |
4 HEADERS += tst_qscriptvalue.h |
4 HEADERS += tst_qscriptvalue.h |
5 |
5 |
6 # Generated by testgen |
6 # Generated by testgen |
7 SOURCES += tst_qscriptvalue_generated.cpp |
7 SOURCES += tst_qscriptvalue_generated.cpp |
8 |
|
9 |
|
10 win32-msvc* { |
|
11 # With -O2, MSVC takes up to 24 minutes to compile this test! |
|
12 QMAKE_CXXFLAGS_RELEASE -= -O1 -O2 |
|
13 QMAKE_CXXFLAGS_RELEASE += -Od |
|
14 } |