util/tests/auto/qscriptvalue/qscriptvalue.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 load(qttest_p4)
       
     2 QT = core gui script
       
     3 SOURCES  += tst_qscriptvalue.cpp
       
     4 HEADERS  += tst_qscriptvalue.h
       
     5 
       
     6 # Generated by testgen
       
     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 }