author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
||
3 |
SOURCES += tst_qdatetime.cpp |
|
4 |
QT = core |
|
5 |
||
6 |
# For some reason using optimization here triggers a compiler issue, which causes an exception |
|
7 |
# However, the code is correct |
|
8 |
win32-msvc|win32-msvc9x { |
|
9 |
!build_pass:message ( "Compiler issue, removing -O1 flag" ) |
|
10 |
QMAKE_CFLAGS_RELEASE -= -O1 |
|
11 |
QMAKE_CXXFLAGS_RELEASE -= -O1 |
|
12 |
} |
|
13 |
||
14 |