summaryrefslogtreecommitdiffstats
path: root/tools/qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml/main.cpp')
-rw-r--r--tools/qml/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp
index a55383787d..b1a10ff6c4 100644
--- a/tools/qml/main.cpp
+++ b/tools/qml/main.cpp
@@ -540,6 +540,8 @@ int main(int argc, char ** argv)
QApplication::setGraphicsSystem("raster");
#endif
+ QDeclarativeDebugHelper::enableDebugging();
+
Application app(argc, argv);
app.setApplicationName("QtQmlViewer");
app.setOrganizationName("Nokia");