summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/vector3d_sse/tst_vector3d_sse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/vector3d_sse/tst_vector3d_sse.cpp')
-rw-r--r--tests/auto/core/vector3d_sse/tst_vector3d_sse.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/core/vector3d_sse/tst_vector3d_sse.cpp b/tests/auto/core/vector3d_sse/tst_vector3d_sse.cpp
index 7f89a4ef9..8e0bd856d 100644
--- a/tests/auto/core/vector3d_sse/tst_vector3d_sse.cpp
+++ b/tests/auto/core/vector3d_sse/tst_vector3d_sse.cpp
@@ -9,6 +9,7 @@ using namespace Qt3DCore;
class tst_Vector3D_SSE: public QObject
{
Q_OBJECT
+#ifdef __SSE2__
private Q_SLOTS:
void defaultConstruction()
{
@@ -787,6 +788,7 @@ private Q_SLOTS:
QVERIFY(!v0.isNull());
}
}
+#endif // __SSE2__
};
QTEST_APPLESS_MAIN(tst_Vector3D_SSE)