X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=DkxFYRCfz02yeJbu 7cz+0rnnJd7nRsjX7CHkh1AwX+6NODegiHZLJExUjjE70A9jYvaFRuxGeMn4w7ul LReYHdBXNiS4fTrdIQ/xk5tDSHCAx/aZyrT/O7fRXQnaRS6L7sbi/4IoUwTGFEju EJJUI2zSiUxMrfzsyUj04onjQoE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=2GXlz64Rbh8mOvlSs0pEIO VF/hk=; b=jtBSErdsHuqaS8mykDDdt87ATsGnhHPsszaobt+HMAjL4dbKwFjJ8X gdexONa2Lx/M1ddAOBn1FUuC9nV5u60/873eNJy4ButPXCjoa+0Mwqk2l2ompwX3 Ovhp27HcuzqSiNg4M4pFnpJTgtva5Ye5UjsH0gVHVy/nTz2eFcT5c= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=quiring, Quiring, qt5, Qt5 X-HELO: mail-wm0-f41.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=eon5J90e+FBXqnptBxCyep7AU2QLwvp1rX2E1sIsDyM=; b=ms+9e6lmde9WsS9IeCGyPy8KApmVe9xd6f2B8w1hwO3humiA08RJp3rBo4rO9X9GcF ZFElcafqCkaFi+WxSHlfBNMFAPyyPwGN/fHvbUmv8xpBnlvU1elgBvWQXW9VJxYZ3vS7 Wl6xQ+5Xd8IjzU8As7D/7fpAjJbyNJbiqf0IM8QeT5TMNZUwv5nVL1o48nQQFtkbk1j4 q0G4BDGjMZuyRLKP+bE5+5JxTdP6f6co7Udy2G9aJJM4PeHHbePz7a2ZNeIu3MpsGzZ1 qGTPa0PjvAF//YwicZ6+WVXYnoaO5Oai+cl9iD0y8tBb42YzZK6JFxBGXgg4nbhgeqkF bEBg== X-Gm-Message-State: AMCzsaX8pORTF9hne+9zXU6ffTk7j2R8Lh336c/iDDUKkwyd2wzJBP+P cbvTolk13BRmucJtjZp4nXLt/Q== X-Google-Smtp-Source: ABhQp+RaIVgLV5CDNMJbkZyg9kP0BfS6lJB1pM/LkYvf46H2OcfAlyDHKzN3UpALVQxZJ6wDWdnbzA== X-Received: by 10.80.144.203 with SMTP id d11mr7341442eda.196.1508523216801; Fri, 20 Oct 2017 11:13:36 -0700 (PDT) Subject: Re: mingw include path missing Qt To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: Date: Fri, 20 Oct 2017 20:13:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 20/10/2017 20:00, Peter Quiring wrote: > Another issue I'm having with mingw is the Qt headers are not in the > include path. > > So I always have to add > -Ic:\cygwin\usr\x86_64-w64-mingw32\sys-root\mingw\include\qt5 to get > the Qt headers included. > > Is there a correct way to do this? > > Thanks. this is true for any Qt5 header, not just for mingw. $ ls -1 /usr/include/qt5 Qsci QtCLucene QtConcurrent QtCore QtDBus .... The build system should add the proper include path if need qt5, or you need to do it. Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple