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 |
|