<div dir="ltr"><div>> > Now with the new target structure introduced in Qbs 1.3 one can easily<br>> > exceed this limit. In this version, the target structure is composed of<br>> > these these parts (at least for MSVC):<br>> ><br>> > D:\<targetpath>\<profile>-release\<productname>.<profile>\.obj\<srcpath>\<filename>.cpp.obj<br>> Can you name an example for <srcpath>?<br><br></div><div>Consider source file and .qbs file residing in:<br>- D:\projects\projectname\trunk\src\productname\modulename\foldername\subfoldername\classname.cpp<br>- D:\projects\projectname\trunk\src\productname\productname.qbs<br><br></div>Then <srcpath> results to:<br><div>- modulename\foldername\subfoldername<br><br></div><div>Note: We would typically place the target folder at:<br>- D:\projects\projectname\trunk\target<br><br></div><div>This doesn't sounds like too long names at the first glance, however they may become much longer for specific project, product, module and class names. (One of our developers has reached the limits already.)<br></div><div><br></div><div>Thomas<br></div><br></div>