About Qt help documents
QML and Qt Quick
5
Posts
3
Posters
1.7k
Views
1
Watching
-
Run
@
make docs
@in your clone of Qt repo. If you have installed the SDK, then the help should be already build. Look for it in <qtdir>/qtdocs/ (IIRC. Could be in qtbase, too).
-
How did you install Qt 5? How did you install Qt Creator?
I found that when I build from Git, I need to build the qttools.git repo before calling `make docs'. Otherwise, Qt Creator Help files won't build (last tested in early Feb 2013)
-
I build it from ubuntu app developer: http://developer.ubuntu.com/get-started/gomobile/
sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml