summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qtendian/qtendian.pro
blob: 3d87d4f76916486b4aa5be8ca5e05030c5a94039 (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase parallel_test
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
}