QtCreator search Directory with more than one Path possible?
-
Is there a possibility to set more than just one search Path!
I want to search in three diffrent Pathes and have to do this in three times change the search Directory. -
Is there a possibility to set more than just one search Path!
I want to search in three diffrent Pathes and have to do this in three times change the search Directory.@schwaer
No. The underlying OS calls under Linux/Windows which Qt will be using only a single directory to be iterated in a given call.If those calls & the Qt wrapper are re-entrant/thread-safe, you could spin these off in separate threads for a possible performance gain....
EDIT: Oh, I didn't notice this was a question about Qt Creator, I thought it was runtime code!
-
Is there a possibility to set more than just one search Path!
I want to search in three diffrent Pathes and have to do this in three times change the search Directory.@schwaer said in QtCreator search Directory with more than one Path possible?:
Is there a possibility to set more than just one search Path!
What do you want Qt Creator to search?
-
Hi @schwaer,
it is always nice to provide a link to the bugreport here.
So I do it for you: https://bugreports.qt.io/browse/QTCREATORBUG-20799
And also closing this one.