summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-02-10 16:08:01 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-02-10 15:32:06 +0000
commit31b699438580187e89616f9d9b5ef20fbfda0719 (patch)
tree2f9338a804fe0f923033f007330e4578bae473cf /src
parent4283c50219a08cf49776c4d76564bbd33dd67e11 (diff)
Stop qmake from complaining about missing namespace macros
Change-Id: I5838a89a4458d7cd235711ec31c5c88973415943 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/render/frontend/qtexture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/frontend/qtexture.h b/src/render/frontend/qtexture.h
index 6bd364a62..36a5c4b1c 100644
--- a/src/render/frontend/qtexture.h
+++ b/src/render/frontend/qtexture.h
@@ -43,4 +43,8 @@
#include <Qt3DRenderer/qtextureproviders.h>
#include <Qt3DRenderer/qtextureimage.h>
+QT_BEGIN_NAMESPACE
+
+QT_END_NAMESPACE
+
#endif // QT3D_QTEXTURE_H