On Monday 12 January 2009 12:20:36 Fathi Boudra wrote:
> Hi,
>
> While building docs, I found a strange behavior on qt snapshot build:
> at the 1st run, the Makefile isn't generated properly.
>
> ./configure [..]
> make
> make install
>
> It reads doc/doc.pri and generate an install target for doc using
> INSTALL_FILE.
[snip]
> Any ideas ?

That's normal. It's a limitation of qmake, since it can't generate install 
rules for files that don't exist yet.

You have to run make docs to generate them, then probably ./config.status again 
(or make qmake).

This only applies to snapshots, where the docs are not pre-generated. In 
official packaged releases, those rules are supposed to work out-of-the-box.

-- 
Thiago Macieira - thiago.macieira (AT) nokia.com
  Senior Software Engineer - Nokia, Qt Software
  Qt Software is hiring - ask me
      Sandakerveien 116, NO-0402 Oslo, Norway

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to