delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/10/23/08:19:37

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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=xO/gPXp
+R/bfobiaSmVNz9rTnn3A/wOW1Ft+Yent1cX8UwxuLW4oUpMhrjoBpVmydS11mVa
AKV+OiQqgiFz8bsQ1qUi5lDKhzQbN81AWombaHZZ5QS03Sm/nuiton4cdVvt7055
Nbo/vrQGTbeTy1q5bZgc6txE6xyu0/fIYTEw=
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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=0oImDt9SVTaBB
klfgQ2OMZVV6xg=; b=jNJWR0Lh6++EntSYOOJDqSyKBTscIOQoNueNqvuTM8P/K
9iHH7tjFt7Tnh0r6B6JXpFlwH+lBzXUU9Q8DaEFYpzCuHR4LOPub0v09UK7NWJHy
5dTrmhY6aqtxJ96YxTAXxxMQ05n38qtbwPF66FGzQ3s/kccQEgW9UtGtqS5Kb8=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-0.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_LINEPADDING,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=
X-HELO: mail-lf0-f50.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=5fTPxfEbtf53LW8NsCNZ3+SZAaUzsWqWWbpeYtT0Yxw=; b=FJlGdpP7iRgCDbiMxEdf5Oq1j/Hs9FCEUBSqWpXL58rjFcecrpzdbIfnNUfJDDVI0O Nn9KEIXHR++rmL40GoEUmC2R7gPloFoK/Fh19KI1l97umDeTuAHbHd3nVGIX6ADFDaVA sJuRqX2ptyQsTIdU0kRjbIFs4H4KbtIjAq0dpVuEdqbYclsQ5kl2igoGBv3ouaK0WA5N 99p1wzoRfd+m3L1yP4lMpmk0R/Hq8QD3BUc6vvrPoK0Lr22fxQ6jHWuQNcpvKMjRYnb9 47/WptzXzrNfedrjL/QnQCt4qhpnw2eKr9L8NtJ4ndOz3ewH/IQb1iizQ5o+L5fjodJr xnAw==
X-Gm-Message-State: AMCzsaXlXYG53z1Vf1B0Yhvul6rbERpNBV9lujrDtqxt4aExaSYvSzNM DB3s+qgOOOzlJHjA3k7GFqQIN+jv07njjiM6Mv0=
X-Google-Smtp-Source: ABhQp+TyrnSnWpZncMBp5do1rtf1+5CUULBF18mB5rgY9/yZF85C9JFUzvEnxxrRi8DM8s8rbnZeoah0qG8E3jxQonI=
X-Received: by 10.46.25.18 with SMTP id p18mr4994253lje.24.1508761159274; Mon, 23 Oct 2017 05:19:19 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <cd278157-ea3e-6f29-25e9-a963fe8745a7@gmail.com>
References: <CA+3dX1wUA_mFGaOayOYNwL1-KOLQir9aZ7_uh3Oars=wHE2Uig AT mail DOT gmail DOT com> <cd278157-ea3e-6f29-25e9-a963fe8745a7 AT gmail DOT com>
From: Peter Quiring <pquiring AT gmail DOT com>
Date: Mon, 23 Oct 2017 08:18:58 -0400
Message-ID: <CA+3dX1zqAbvU_piqKGnvwLpt3x0gfcXNVXTN=inVdSyUmCFaEg@mail.gmail.com>
Subject: Re: mingw include path missing Qt
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

I didn't see it was in /usr/include/qt5 as well.  That would be a
standard location.  Thanks.

On Fri, Oct 20, 2017 at 2:13 PM, Marco Atzeri <marco DOT atzeri AT gmail DOT com> wrote:
> 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
>



-- 
Peter Quiring

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019