summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androidrunner.cpp')
-rw-r--r--src/plugins/android/androidrunner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androidrunner.cpp b/src/plugins/android/androidrunner.cpp
index a16d84f974..4c9c827d54 100644
--- a/src/plugins/android/androidrunner.cpp
+++ b/src/plugins/android/androidrunner.cpp
@@ -764,6 +764,7 @@ void AndroidRunner::qmlServerPortReady(Port port)
// host port n to target port n via adb.
QUrl serverUrl;
serverUrl.setPort(port.number());
+ serverUrl.setScheme(urlTcpScheme());
emit qmlServerReady(serverUrl);
}