summaryrefslogtreecommitdiffstats
path: root/src/bulletphysics/bulletphysics.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/bulletphysics/bulletphysics.pro')
-rw-r--r--src/bulletphysics/bulletphysics.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/bulletphysics/bulletphysics.pro b/src/bulletphysics/bulletphysics.pro
deleted file mode 100644
index bdae45d1c..000000000
--- a/src/bulletphysics/bulletphysics.pro
+++ /dev/null
@@ -1,32 +0,0 @@
-TARGET = Qt3DBulletPhysics
-
-QT += core 3dcore core-private 3dcore-private
-
-LIBS += -lBulletDynamics -lBulletCollision -lLinearMath
-
-DEFINES += QT3DBULLETPHYSICS_LIBRARY
-
-MODULE = 3dbulletphysics
-
-load(qt_module)
-
-include(bulletphysics.pri)
-
-unix {
- CONFIG += link_pkgconfig
- PKGCONFIG += bullet
-}
-
-gcov {
- CONFIG += static
- QMAKE_CXXFLAGS += -fprofile-arcs -ftest-coverage
- QMAKE_LFLAGS += -fprofile-arcs -ftest-coverage
-}
-
-# otherwise mingw headers do not declare common functions like ::strcasecmp
-win32-g++*:QMAKE_CXXFLAGS_CXX11 = -std=gnu++0x
-
-HEADERS += \
- qt3dbulletphysics_global.h
-
-!contains(QT_CONFIG, egl):DEFINES += QT_NO_EGL