aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-02-16 12:06:39 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-02-19 08:11:30 +0000
commit6c8ac41508f985594aac643a2fd4ca75dfdeab98 (patch)
tree74247d43810cd0fed0e60d3110ff11054926cc0a /src/quick/scenegraph
parentba05397ad723fa19125eb5ca2f91c7f437b21484 (diff)
Finally really remove QT_NO_QML_DEBUGGER
We don't want the JIT to ignore the debug instructions, and in qsgatlastexture.cpp qqmlglobal_p.h which defines DEFINE_BOOL_CONFIG_OPTION was implicitly included via qml_debug. Change-Id: I82329b9422f4938f097263517afadebab33a0d0c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Nodir Temirkhodjaev <nodir.temir@gmail.com>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/util/qsgatlastexture.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/scenegraph/util/qsgatlastexture.cpp b/src/quick/scenegraph/util/qsgatlastexture.cpp
index 529cdaf070..4ca5fba7de 100644
--- a/src/quick/scenegraph/util/qsgatlastexture.cpp
+++ b/src/quick/scenegraph/util/qsgatlastexture.cpp
@@ -52,6 +52,7 @@
#include <QtGui/QWindow>
#include <QtGui/qpa/qplatformnativeinterface.h>
+#include <private/qqmlglobal_p.h>
#include <private/qsgtexture_p.h>
#include <private/qsgcompressedtexture_p.h>
#include <private/qsgcompressedatlastexture_p.h>