summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-07-06 12:14:45 +0100
committerSean Harmer <sean.harmer@kdab.com>2014-07-09 16:08:00 +0200
commitb868f7050163812db8ccf8796e530d4642b6b70e (patch)
treea2352814fb7bea2f59d0d569eec98f1e4f8c9ad6 /src/src.pro
parent62aa09b31d9289cf40b9b508375cee76b4ced764 (diff)
Add configure test for bullet physics and conditional build
Change-Id: Iee429485135f186c183701bd2b4d5ce3d1b13c28 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro
index 0979e0852..369c58581 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -3,6 +3,9 @@ CONFIG += ordered
SUBDIRS += \
core \
render \
- openal \
- bulletphysics \
- quick3d
+ openal
+
+config_bullet: SUBDIRS += bulletphysics
+
+# Build the quick3d plugins last
+SUBDIRS += quick3d