[Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config
Koehne Kai
Kai.Koehne at digia.com
Fri May 9 16:01:52 CEST 2014
> -----Original Message-----
> From: development-bounces+kai.koehne=digia.com at qt-project.org
> [...]
> -prefix is where you want it to finally end up on the users' computer, but
> INSTALL_ROOT is where you want it to get installed to so you can package it
> cleanly.. usually.
You should be able to do s.th. like
$ make && make install
$ make docs
$ make install INSTALLROOT=$PWD/qt
$ make install_docs INSTALLROOT=$PWD/qt
Regards
Kai
More information about the Development
mailing list