Qt Creator 4.2.0: exclude results from the build folder?
Unsolved
Qt Creator and other tools
-
Hi,
I have a CMake-based project located at, say,
[Project]
and the build files are generated under[Project]/build
. Now, my problem is that whenever I search for something in my project, Qt Creator also returns results for things in[Project]/build
. Yet, I am not interested in those things, so is there any way to remove them from the search results?Cheers, Alan.
P.S.: as far as I can remember, previous versions of Qt Creator didn't use to include those build-related results.