[Interest] QtCreator oddity

Roland Hughes roland at logikalsolutions.com
Wed Apr 18 19:56:57 CEST 2018


On 04/18/2018 12:18 PM, Konstantin Tokarev wrote:
>
> 18.04.2018, 20:03, "Roland Hughes" <roland at logikalsolutions.com>:
>> On 04/18/2018 11:52 AM, Konstantin Tokarev wrote:
>>> 18.04.2018, 19:43, "Roland Hughes" <roland at logikalsolutions.com>:
>>>> All, KDE Neon all updates applied. QtCreator 4.4.1  Qt 5.9.3 from repos. Also installed libusb packages from repos. roland at roland-I5-HP-Compaq-8300-Elite-SFF-PC:~$ ls /usr/include/libusb-1.0/ libusb.h When typing in the editor and compiling, libusb.h is not found. Other headers from other directories in /usr/include are found, but not libusb.h. If I force QtCreator to look at it via INCLUDEPATH +=/usr/include/libusb-1.0 in the .pro file, all is well. I assume there is a bug when it comes to directories with "." in the name. Just passing this along.
>>> This is expected behavior. Unlike /usr/include, /usr/include/libusb-1.0 is not in default search path of compiler, so you have to add it explicitly
>> I would buy that argument if postgresql and all of the other directories under /usr/include didn't work just fine. Either their packages add an entry where the compiler suddenly knows about them _or_ the directory tree under /usr/include is "walked."
> Indeed, it seems like "libusb-1.0" entry is missing from autocomplete list when one starts typing
>
> #include <libusb-1.0/libusb.h>
>
> Feel free to create a bug report on this
>
Yes, someone should report it as a bug. Your proposed solution doesn't 
allow the IDE to fully utilize the header. Current work arounds are to 
force the path in the .pro file or copy the header to a directory 
without a "." in the name.

-- 
Roland Hughes, President
Logikal Solutions
(630)-205-1593

http://www.theminimumyouneedtoknow.com
http://www.infiniteexposure.net
http://www.johnsmith-book.com
http://www.logikalblog.com
http://www.interestingauthors.com/blog
http://lesedi.us/
http://onedollarcontentstore.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180418/83e85cc7/attachment.html>


More information about the Interest mailing list