From 54b8fa84e43535fc60f3f586c7536bc5a6288f3e Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Wed, 19 Feb 2020 21:09:00 +0930 Subject: [PATCH] Fix build --- dust3d.pro | 3 --- 1 file changed, 3 deletions(-) diff --git a/dust3d.pro b/dust3d.pro index 034a9c2e..9d3da2bf 100644 --- a/dust3d.pro +++ b/dust3d.pro @@ -715,9 +715,6 @@ HEADERS += thirdparty/bullet3/src/BulletCollision/CollisionDispatch/SphereTriang SOURCES += thirdparty/bullet3/src/BulletCollision/CollisionDispatch/btHashedSimplePairCache.cpp HEADERS += thirdparty/bullet3/src/BulletCollision/CollisionDispatch/btHashedSimplePairCache.h -SOURCES += thirdparty/bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp -HEADERS += thirdparty/bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h - SOURCES += thirdparty/bullet3/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp HEADERS += thirdparty/bullet3/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h