You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 6.8.0 installed by running vcpkg install qt. The installation doesn't have the documentation. Normally, the documentation exists under Docs/Qt-6.8.1 when it is installed via Maintenance tool.
The other problem is that qtpaths -query shows an incorrect path for QT_INSTALL_DOCS
@Neumann-A I'm working on https://github.com/qt-labs/vscodeext and we will add some new features which use documentation in the installation. We also support vcpkg installations, but some documentation-related features would be broken if the documentation doesn't exist. Providing the documentation would ensure a smoother experience on our end.
So you want thousands of people spending time and space rebuilding already existing easily available online docs?
For me that seems like the totally wrong approach. Also it is not so easy to build qtdoc. If i remember correctly it needs all the sources of all other qtmodules being available.
I have
6.8.0
installed by runningvcpkg install qt
. The installation doesn't have the documentation. Normally, the documentation exists underDocs/Qt-6.8.1
when it is installed via Maintenance tool.The other problem is that
qtpaths -query
shows an incorrect path forQT_INSTALL_DOCS
/home/orkun/vcpkg/packages/qtbase_x64-linux/doc/Qt6
has the wrong files instead of the documentation.The text was updated successfully, but these errors were encountered: