diff --git a/build.py b/build.py index 5dce0b014224439165977afb222631a53fd1723b..18a89489b3339b65a5d8aa71c8388a18634a5286 100755 --- a/build.py +++ b/build.py @@ -661,21 +661,6 @@ def validate_args(parsed_args): file=sys.stderr) sys.exit(1) - # The Qt client support will be added incrementally. - if not parsed_args.gnome: - supported_qt_distros = [ - 'guix', - OSX_DISTRIBUTION_NAME, - WIN32_DISTRIBUTION_NAME - ] + APT_BASED_DISTROS + DNF_BASED_DISTROS + PACMAN_BASED_DISTROS - - if parsed_args.distribution not in supported_qt_distros: - print('Distribution \'{0}\' not supported when building the Qt client.' - '\nChoose one of: {1}'.format( - parsed_args.distribution, ', '.join(supported_qt_distros) - ), file=sys.stderr) - sys.exit(1) - # On Windows, version 10 or later is needed to build Jami. if parsed_args.distribution == WIN32_DISTRIBUTION_NAME: if hasattr(sys, 'getwindowsversion') and sys.getwindowsversion()[0] < 10: diff --git a/client-android b/client-android index 6895da29f7764ac2167f478aa461f13e71c7f3e8..33ac961e267869f74567b6c86a28ab492dc9f6f3 160000 --- a/client-android +++ b/client-android @@ -1 +1 @@ -Subproject commit 6895da29f7764ac2167f478aa461f13e71c7f3e8 +Subproject commit 33ac961e267869f74567b6c86a28ab492dc9f6f3 diff --git a/client-ios b/client-ios index bd6f9974f6c96228d3c7abe20ad64c71198c6bb3..bbcb6c0879afe769875d85091bf7acc8e0d00495 160000 --- a/client-ios +++ b/client-ios @@ -1 +1 @@ -Subproject commit bd6f9974f6c96228d3c7abe20ad64c71198c6bb3 +Subproject commit bbcb6c0879afe769875d85091bf7acc8e0d00495 diff --git a/client-qt b/client-qt index 300ac17db3372cd7e9c52cc77eafca0c63bcbbe2..553bd421ff931baa8ef3704b05ce860bb354699e 160000 --- a/client-qt +++ b/client-qt @@ -1 +1 @@ -Subproject commit 300ac17db3372cd7e9c52cc77eafca0c63bcbbe2 +Subproject commit 553bd421ff931baa8ef3704b05ce860bb354699e diff --git a/daemon b/daemon index 3e83204248340d2548051bdbf087b451b9dad9dd..9a98d6a6791e01c7947ed8f5f66ac60f83665ea0 160000 --- a/daemon +++ b/daemon @@ -1 +1 @@ -Subproject commit 3e83204248340d2548051bdbf087b451b9dad9dd +Subproject commit 9a98d6a6791e01c7947ed8f5f66ac60f83665ea0 diff --git a/plugins b/plugins index 3fcc62199f147b16dfa2662a102ccf0619885e24..33e88de9acc5696c2196773a39bc78a1bac3442c 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit 3fcc62199f147b16dfa2662a102ccf0619885e24 +Subproject commit 33e88de9acc5696c2196773a39bc78a1bac3442c