tests/auto/qscriptvalue/qscriptvalue.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:17:34 +0300
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
permissions -rw-r--r--
Revision: 201015 Kit: 201018

load(qttest_p4)
QT = core gui script
SOURCES  += tst_qscriptvalue.cpp
HEADERS  += tst_qscriptvalue.h

# Generated by testgen
SOURCES  += tst_qscriptvalue_generated.cpp


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