Maybe you can create a my.qdocconf.in file, then let qmake generating proper my.qdocconf file for you.
On Wed, Nov 28, 2012 at 8:45 PM, Denis Shienkov <[email protected]> wrote: > Hello, Qt developers. > > Why not available Qt env variables from *.qdocconf file? > > For example, > > I need specify path to Qt Doc installation directory from my.qdocconf file: > > ... > indexes = $QT_INSTALL_DOCS/doc/html/qt.index > ... > > After make: > > $qmake my.pro file > > creates a Makefile with docs target, then I do: > > $make docs > > But path QT_INSTALL_DOCS is not available, also I'm try write > $$QT_INSTALL_DOCS, > bur result negative. > > Help me please, how resolve this problem for Qt 4.8.x ? > > > Best regards, > Denis > > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
