summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-08-11 13:06:24 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-08-11 11:19:24 +0000
commit4e3ad510197d41470269af9b10805f0ccf8c4c14 (patch)
tree4b3e200dfd9cc1db1424ae2047b79008a1a7d86f
parente31539ae3e06a35956578be8b6de54a4e0902418 (diff)
qgltf: do not use class headers
Seems these are not present for host tools in OS X framework builds, or at least they are under lib/QtCore.framework/Headers etc. which is not used for bootstrap-based tools. Change-Id: I9393dc95b08513ebc2da6ab8d6a8c0800723a0e4 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
-rw-r--r--tools/qgltf/qgltf.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/qgltf/qgltf.cpp b/tools/qgltf/qgltf.cpp
index 14efd2e80..95082468e 100644
--- a/tools/qgltf/qgltf.cpp
+++ b/tools/qgltf/qgltf.cpp
@@ -40,17 +40,17 @@
#include <assimp/scene.h>
#include <assimp/postprocess.h>
-#include <QIODevice>
-#include <QFile>
-#include <QFileInfo>
-#include <QDir>
-#include <QHash>
-#include <QDebug>
-#include <QCoreApplication>
-#include <QCommandLineParser>
-#include <QJsonDocument>
-#include <QJsonObject>
-#include <QJsonArray>
+#include <qiodevice.h>
+#include <qfile.h>
+#include <qfileinfo.h>
+#include <qdir.h>
+#include <qhash.h>
+#include <qdebug.h>
+#include <qcoreapplication.h>
+#include <qcommandlineparser.h>
+#include <qjsondocument.h>
+#include <qjsonobject.h>
+#include <qjsonarray.h>
#include <qmath.h>
#define GLT_UNSIGNED_SHORT 0x1403