summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp')
-rw-r--r--tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp b/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
index 79d673640..2cce8d141 100644
--- a/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
+++ b/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
@@ -10,6 +10,7 @@ using namespace Qt3DCore;
class tst_Vector4D_SSE: public QObject
{
Q_OBJECT
+#ifdef __SSE2__
private Q_SLOTS:
void defaultConstruction()
{
@@ -890,6 +891,7 @@ private Q_SLOTS:
QVERIFY(!v0.isNull());
}
}
+#endif
};
QTEST_APPLESS_MAIN(tst_Vector4D_SSE)