[Interest] QtCreator - include(...) - Possible bug

Florian K martin.albatross at gmail.com
Mon Jul 11 18:44:47 CEST 2016


Hello,

I've recently asked a question about adding and compiling external source
files of another project, as this has seemed to fail. The moderator JKSH on
the Qt-Forums
<https://forum.qt.io/topic/69108/qtcreator-compiling-issue-external-source-files/6>
has suggested to test if a path without spaces works, which indeed worked.

//Inside a ".pro" file
//This apparently works and source files are
compiled.include(C:/ProjDir/ProjName.pri)//This works too, the source
files are correctly included in the
//project (QtCreator), but these source files are NOT being
compiled.include("../../Visual Studio
2015/Projects/ProjDir/ProjName.pri")

Now my question is, if this is a known bug, or if something else is wrong
here. To me it appears to be a bug.

Best Regards,
Florian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160711/39c0658b/attachment.html>


More information about the Interest mailing list