diff --git a/retroshare-qml-app/src/AddTrustedNode.qml b/retroshare-qml-app/src/AddTrustedNode.qml
index 688c0b645..803aa128c 100644
--- a/retroshare-qml-app/src/AddTrustedNode.qml
+++ b/retroshare-qml-app/src/AddTrustedNode.qml
@@ -1,4 +1,4 @@
-import QtQuick 2.0
+import QtQuick 2.7
import QtQuick.Controls 2.0
import QtQuick.Layouts 1.3
import org.retroshare.qml_components.LibresapiLocalClient 1.0
diff --git a/retroshare-qml-app/src/BusyOverlay.qml b/retroshare-qml-app/src/BusyOverlay.qml
index 40726b984..3b4eb1820 100644
--- a/retroshare-qml-app/src/BusyOverlay.qml
+++ b/retroshare-qml-app/src/BusyOverlay.qml
@@ -16,7 +16,7 @@
* along with this program. If not, see .
*/
-import QtQuick 2.0
+import QtQuick 2.7
import QtQuick.Controls 2.0
Rectangle
diff --git a/retroshare-qml-app/src/ChatView.qml b/retroshare-qml-app/src/ChatView.qml
index cdaed2d36..cbb5b86f6 100644
--- a/retroshare-qml-app/src/ChatView.qml
+++ b/retroshare-qml-app/src/ChatView.qml
@@ -16,7 +16,7 @@
* along with this program. If not, see .
*/
-import QtQuick 2.0
+import QtQuick 2.7
import QtQuick.Controls 2.0
import org.retroshare.qml_components.LibresapiLocalClient 1.0
import "." //Needed for TokensManager singleton
diff --git a/retroshare-qml-app/src/Contacts.qml b/retroshare-qml-app/src/Contacts.qml
index 703e24027..5c51e4b7a 100644
--- a/retroshare-qml-app/src/Contacts.qml
+++ b/retroshare-qml-app/src/Contacts.qml
@@ -16,10 +16,8 @@
* along with this program. If not, see .
*/
-import QtQuick 2.0
+import QtQuick 2.7
import QtQuick.Controls 2.0
-import QtQuick.Dialogs 1.2
-import QtQml.Models 2.2
import org.retroshare.qml_components.LibresapiLocalClient 1.0
import "." //Needed for TokensManager singleton
diff --git a/retroshare-qml-app/src/GxsIdentityDelegate.qml b/retroshare-qml-app/src/GxsIdentityDelegate.qml
index ce2e41429..598a3856a 100644
--- a/retroshare-qml-app/src/GxsIdentityDelegate.qml
+++ b/retroshare-qml-app/src/GxsIdentityDelegate.qml
@@ -16,7 +16,7 @@
* along with this program. If not, see .
*/
-import QtQuick 2.0
+import QtQuick 2.7
Item
{
diff --git a/retroshare-qml-app/src/JSONListModel.qml b/retroshare-qml-app/src/JSONListModel.qml
index cee905d75..96b059b9b 100644
--- a/retroshare-qml-app/src/JSONListModel.qml
+++ b/retroshare-qml-app/src/JSONListModel.qml
@@ -4,7 +4,7 @@
* Licensed under the MIT licence (http://opensource.org/licenses/mit-license.php)
*/
-import QtQuick 2.0
+import QtQuick 2.7
import "jsonpath.js" as JSONPath
Item {
diff --git a/retroshare-qml-app/src/Locations.qml b/retroshare-qml-app/src/Locations.qml
index d8905e91f..a7c3947b5 100644
--- a/retroshare-qml-app/src/Locations.qml
+++ b/retroshare-qml-app/src/Locations.qml
@@ -16,7 +16,7 @@
* along with this program. If not, see .
*/
-import QtQuick 2.0
+import QtQuick 2.7
import QtQuick.Controls 2.0
import org.retroshare.qml_components.LibresapiLocalClient 1.0
diff --git a/retroshare-qml-app/src/RsLoginPassView.qml b/retroshare-qml-app/src/RsLoginPassView.qml
index 73262c909..88f92e2ae 100644
--- a/retroshare-qml-app/src/RsLoginPassView.qml
+++ b/retroshare-qml-app/src/RsLoginPassView.qml
@@ -16,7 +16,7 @@
* along with this program. If not, see .
*/
-import QtQuick 2.0
+import QtQuick 2.7
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.0
diff --git a/retroshare-qml-app/src/main-app.qml b/retroshare-qml-app/src/main-app.qml
index 82722f4ed..aacc954d5 100644
--- a/retroshare-qml-app/src/main-app.qml
+++ b/retroshare-qml-app/src/main-app.qml
@@ -16,7 +16,7 @@
* along with this program. If not, see .
*/
-import QtQuick 2.2
+import QtQuick 2.7
import QtQuick.Controls 2.0
import org.retroshare.qml_components.LibresapiLocalClient 1.0
import "URI.js" as UriJs