From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) by sourceware.org (Postfix) with ESMTPS id 3D548384B801 for ; Wed, 21 Jul 2021 23:19:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3D548384B801 Received: by mail-qv1-xf2a.google.com with SMTP id x6so1791415qvx.4 for ; Wed, 21 Jul 2021 16:19:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=Pp+l8QQChCFZZFBFWtbl4mcIRwLsm+EQTPVL5NWTZog=; b=jGa1PStejB1JkQrK53CDuEAKPt/UB1AnhX7D2cfE40nw5nCEo/4+IfKn9aQQyftyLb WW5C3WNvzhXHyc153ZP1aVBwNt0miKXMsDLnWXKQDZ+W1FSk884Dk6/MPwtAVQv+hJi8 otlr6JITPpv6OHdyu2FDKi+LntgCMrkOnjO7V9L87Nb9sdYrnFBLYG/NcGvRz82jIIiX 7WRl90r3vwkVHN4vD8xhBoPU7e/LQD2DEWKl8BsmrY5/KzROLR0ubPSKuhBOpHEEAp6p TMj+Er5nRFgoG12Rqt670SEQg+Oo1QanQxcFoBTIaYGwRcVODheAk8OalZRA31lY8OEs O+Ug== X-Gm-Message-State: AOAM53380oill5FMsHU9yhkUj9YAVmZAnGm+FjXJzsfvQgdsboYimEQD rhxEm+xoaJmgafAA/lumu9FpcPRHduY= X-Google-Smtp-Source: ABdhPJwgFpmu0BhD9Yg3QTmuxFvLqFcs0dk/XSlsD8nUdhctrpMOrouPpKQHuWRUKlvtGFAeShnOEA== X-Received: by 2002:ad4:4eaf:: with SMTP id ed15mr38337147qvb.62.1626909580802; Wed, 21 Jul 2021 16:19:40 -0700 (PDT) Received: from [192.168.1.7] (pool-96-241-46-90.washdc.fios.verizon.net. [96.241.46.90]) by smtp.gmail.com with ESMTPSA id j20sm9504587qtq.14.2021.07.21.16.19.40 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 21 Jul 2021 16:19:40 -0700 (PDT) To: cygwin@cygwin.com From: "David R. Bergstein" Subject: Problem with mingw64-x86_64-qt5ct Message-ID: <8c95ef12-1dc2-0ca5-e8b9-bda8c17fc368@gmail.com> Date: Wed, 21 Jul 2021 19:19:35 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 23:19:43 -0000 My apologies for sending this request to the wrong list (cygwin-apps). I have been trying to run the following command from my cygwin environment: /usr/x86_64-w64-mingw32/sys-root/mingw/bin/qt5ct.exe This results in a dialog saying that the following library could not be found:  libqt5ct-style.so I did a search for this file both here and online and could not find it.  Is there a solution for this issue? Sincerely, David R. Bergstein