summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2019-04-24 12:15:51 +0300
committerAntti Määttä <antti.maatta@qt.io>2019-04-29 11:52:22 +0000
commit1040c4cc4bee2cdca543ced6e4cd2a0504de8767 (patch)
treec249e013d13dd31afb203492474e9e6bfe15bf4e
parent3d632fe7d4fd7d4f289bfbe276efd94a818865f9 (diff)
Fix build warnings
- Fix include paths in pro file - Fix includes in public headers Change-Id: Icbc2ff8d8eba76480f59ab975ee39f150c6f09e4 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/Viewer/studio3d/q3dspresentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Viewer/studio3d/q3dspresentation.h b/src/Viewer/studio3d/q3dspresentation.h
index a62489a3..d049b247 100644
--- a/src/Viewer/studio3d/q3dspresentation.h
+++ b/src/Viewer/studio3d/q3dspresentation.h
@@ -33,7 +33,7 @@
#include <QtStudio3D/qstudio3dglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qurl.h>
-#include "q3dsdatainput.h"
+#include <QtStudio3D/q3dsdatainput.h>
QT_BEGIN_NAMESPACE