> You still need to run make docs or nmake docs before you can use
> assistant, if you're using a snapshot.
I downloaded the current snapshot
(qt-win-opensource-src-4.4.0-snapshot-20080306.zip) this morning, but I had
to make a small correction in the doc.pri file: since the "debug" version of
the tools is usually not built under Windows, I replaced
win32 {
QT_WINCONFIG = release
CONFIG(debug, debug|release) {
QT_WINCONFIG = release
}
}
With
win32 {
QT_WINCONFIG = release
}
After this, I modified the .qmake.cache as you said yesterday, I ran "nmake
docs", and the documentation was built!
Thank you very much for your suggestions!
Massimo
To unsubscribe - send "unsubscribe" in the subject to [EMAIL PROTECTED]