Maemo: Disable QML debugging for Harmattan and Meego.

It's completely broken for the remote case in both pure QML and
mixed mode.
This commit is contained in:
Christian Kandeler
2011-04-21 09:33:28 +02:00
committed by con
parent 1b14f69628
commit 0c1c7e1af0

View File

@@ -203,7 +203,7 @@ public:
virtual bool allowsRemoteMounts() const { return false; }
virtual bool allowsPackagingDisabling() const { return false; }
virtual bool allowsQmlDebugging() const { return true; }
virtual bool allowsQmlDebugging() const { return false; }
virtual QString projectVersion(QString *error = 0) const;
virtual QString packageName() const;
@@ -265,7 +265,7 @@ public:
virtual bool allowsRemoteMounts() const { return false; }
virtual bool allowsPackagingDisabling() const { return false; }
virtual bool allowsQmlDebugging() const { return true; }
virtual bool allowsQmlDebugging() const { return false; }
static QString defaultDisplayName();