From 9f354e96a985d02d17e181db033523a937c55aec Mon Sep 17 00:00:00 2001 From: stevenlele <15964380+stevenlele@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:52:22 +0800 Subject: [PATCH] Add Qt to `list_ids_in_app` script (#142362) --- developer/bin/list_ids_in_app | 1 + 1 file changed, 1 insertion(+) diff --git a/developer/bin/list_ids_in_app b/developer/bin/list_ids_in_app index e914026b75..1d8108f021 100755 --- a/developer/bin/list_ids_in_app +++ b/developer/bin/list_ids_in_app @@ -96,6 +96,7 @@ clean_sources () { /usr/bin/egrep -vi '^org\.mantle\.Mantle' | \ /usr/bin/egrep -vi '^org\.mozilla\.(crashreporter|plugincontainer|universalchardet|updater)' | \ /usr/bin/egrep -vi '^org\.python\.(python|PythonLauncher|buildapplet)' | \ + /usr/bin/egrep -vi '^org\.qt-project\.Qt' | \ /usr/bin/egrep -vi '^org\.reactivecocoa\.ReactiveCocoa' | \ /usr/bin/egrep -vi '^org\.remotesensing\.libtiff' | \ /usr/bin/egrep -vi '^org\.vafer\.FeedbackReporter' | \