From 36fa383afa136d1de8b21bd6c46a2169d3dbe147 Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@nokia.com> Date: Tue, 7 Jun 2011 16:11:58 +0200 Subject: [PATCH] RemoteLinux: Enable QML debugging for Harmattan. The devices now have the relevant support libraries installed. Change-Id: I94a78959ad28074258987388cb5ec6f394c3d3e9 Reviewed-on: http://codereview.qt.nokia.com/362 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> --- src/plugins/remotelinux/qt4maemotarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/remotelinux/qt4maemotarget.h b/src/plugins/remotelinux/qt4maemotarget.h index 8b385a4bb2..9b647551d9 100644 --- a/src/plugins/remotelinux/qt4maemotarget.h +++ b/src/plugins/remotelinux/qt4maemotarget.h @@ -255,7 +255,7 @@ public: virtual bool allowsRemoteMounts() const { return false; } virtual bool allowsPackagingDisabling() const { return false; } - virtual bool allowsQmlDebugging() const { return false; } + virtual bool allowsQmlDebugging() const { return true; } static QString defaultDisplayName(); -- GitLab