M BUZZ CRAZE NEWS
// news

Is there Qt Creator documentation available in a ubuntu or debian package?

By Mia Morrison

From QtCreator, aka the Ubuntu SDK, I can ordinarily access documentation for classes such as QString and all QObjects, however, I can not access the documentation for classes such as:

Is this documentation available anywhere for download, either in a deb or in any other form? I only periodically have the internet, so having a copy on my computer would be nice.

1 Answer

eike> AkivaAvraham: run "make -j1 docs" in your qt creator build directory

eike> and then in Qt Creator Options > Help > Documentation, add /shared/qtcreator/doc/qtcreator-dev.qch

eike> (that file is also in the shipped qt creator binaries from qt.io, but you have to register it manually

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy