summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-02 17:34:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-08 16:41:11 +0100
commitecb0a39f4f3ef68fc0fbb07f304268b06eaf4a8a (patch)
treef23d3aa83ac5149a0b7d8543f5dbea4b2c0f21fb
parent6b8ee028ac0daae74f5521b9e5562f94b5e8e169 (diff)
downloadqt3d-ecb0a39f4f3ef68fc0fbb07f304268b06eaf4a8a.tar.gz
fix VPATH
the code relied on the now removed qmake misfeature of adding DEPENDPATH to VPATH. Change-Id: If53dff3df5bad013bd7e6d8af32ec7849305703a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--3rdparty/assimp/assimp.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/assimp/assimp.pri b/3rdparty/assimp/assimp.pri
index e6050dac3..b1b494a3a 100644
--- a/3rdparty/assimp/assimp.pri
+++ b/3rdparty/assimp/assimp.pri
@@ -22,6 +22,7 @@ DEPENDPATH += \
$$PWD/code/BoostWorkaround/boost/tuple
VPATH += \
+ $$PWD \
$$PWD/code \
$$PWD/contrib/ConvertUTF \
$$PWD/contrib/zlib \