summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-10-21 20:16:07 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-22 08:25:31 +0000
commita8b8cbb9a901180c0655a9c6d8b21870657dc555 (patch)
treec78dff8afeff7265fc3ff7ca512c01e625a7e537 /tools
parent9f8738c92e195b1dd610b3a4b0b1690d7eadb614 (diff)
Compile from git using shadow build on windows
Call load(qt_tool) before including the assimp.pri so it can find the zlib headers in the install dir. Change-Id: Icb463a83d08d93e93490b68320ab85aa43769d94 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qgltf/qgltf.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qgltf/qgltf.pro b/tools/qgltf/qgltf.pro
index 8f68bb509..9181ddfbd 100644
--- a/tools/qgltf/qgltf.pro
+++ b/tools/qgltf/qgltf.pro
@@ -1,4 +1,5 @@
option(host_build)
+load(qt_tool)
SOURCES = $$PWD/qgltf.cpp
@@ -7,5 +8,3 @@ include(../../src/3rdparty/assimp/assimp.pri)
mkspecs_features.files = $$PWD/qgltf.prf
mkspecs_features.path = $$[QT_HOST_DATA]/mkspecs/features
INSTALLS += mkspecs_features
-
-load(qt_tool)