<div dir="ltr"><div><div><div><div><div><div>Hiya,<br><br></div>With the 2.8 beta, I have a specific pro file that gives me a bunch of trouble with proper path resolution for autocomplete / ifdefs / etc in the editor. Compilation seems to proceed without any issues, but in the editor it will show for example that QtCreator can't find QString or QTimer... or it won't recognize DEFINES from the .pro file and make the corresponding visual changes in the editor.<br>

<br></div>The part thats causing issues afaict is link_pkgconfig and PKGCONFIG:<br><br></div><div>#qt<br></div>QT += core quick<br></div>TEMPLATE = lib<br></div>CONFIG += plugin debug<br></div><div>#osg<br></div><div>CONFIG += link_pkgconfig<br>

PKGCONFIG += openthreads openscenegraph<br></div><div>DEFINES += SOME_DEFINITION<br><br></div><div>If I remove the CONFIG and PKGCONFIG under #osg I don't seem to have the problems. But this is inconsistent in that this doesn't happen in another project where I had a different setup under #qt [it was an app and not a plugin lib I believe].<br>

</div></div>