Skip to content
Snippets Groups Projects
Commit 36fa383a authored by Christian Kandeler's avatar Christian Kandeler
Browse files

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: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent f28dc88e
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment