OSDN Git Service

RemoteLinux: Enable QML debugging for Harmattan.
authorChristian Kandeler <christian.kandeler@nokia.com>
Tue, 7 Jun 2011 14:11:58 +0000 (16:11 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Wed, 8 Jun 2011 07:00:34 +0000 (09:00 +0200)
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

index 8b385a4..9b64755 100644 (file)
@@ -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();