summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qtendian/qtendian.pro
blob: 2b0af4fa4c6db5ecd107b8cbe053a3f44d4d0379 (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_qtendian
QT = core testlib
SOURCES = tst_qtendian.cpp
wince* { # QTBUG-37194 , internal compiler errors with MSVC2008 for Windows CE
    QMAKE_CFLAGS_RELEASE -= -O2
    QMAKE_CXXFLAGS_RELEASE -= -O2
}