Re: [Development] Creator: how to search for qdoc

2023-02-28 Thread Eike Ziller via Development
> Am 28/02/2023 um 09:20 schrieb Eike Ziller via Development > : > > Hi, > >> Am 27/02/2023 um 17:34 schrieb Lisandro Damián Nicanor Pérez Meyer >> : >> >> Hi! >> >> In Qt Creator qdoc is being searched by assuming that it is in the same >> directory as qmake: >> >> https://code.qt.io/cgi

Re: [Development] Creator: how to search for qdoc

2023-02-28 Thread Eike Ziller via Development
Hi, > Am 27/02/2023 um 17:34 schrieb Lisandro Damián Nicanor Pérez Meyer > : > > Hi! > > In Qt Creator qdoc is being searched by assuming that it is in the same > directory as qmake: > > https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/cmake/QtCreatorDocumentation.cmake?h=9.0#n54 > >

[Development] Creator: how to search for qdoc

2023-02-27 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! In Qt Creator qdoc is being searched by assuming that it is in the same directory as qmake: https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/cmake/QtCreatorDocumentation.cmake?h=9.0#n54 Now this is totally reasonable, but (there is always one) it kinds of steps onto the changes we