Changeset 1071


Ignore:
Timestamp:
Sep 9, 2011, 8:35:57 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Fixed documentation build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/qt.spec

    r1068 r1071  
    388388| sed -re 's,/@unixroot,$(UNIXROOT),g')
    389389
     390BUILDDIR_D=$(echo "%{_builddir}/%{buildsubdir}" | sed -re 's,/,\\,g')
     391
     392# make sure the right DLLs are used by the build (and in particular by qdoc
     393# in make install) in case if there is another Qt version installed
     394export PATH="$BUILDDIR_D\\bin\;$PATH"
     395export BEGINLIBPATH="$BUILDDIR_D\\bin\;$BEGINLIBPATH"
     396
    390397cmd /c $QT_SOURCE_TREE_D\\configure.cmd $library_paths
     398
     399# qdoc needs the qsqlite plugin but nothing is installed to target locations
     400# yet, so generate qt.conf to override paths
     401echo \
     402"[Paths]
     403Prefix = ..
     404Settings = \$(ETC)/xdg
     405Examples = examples
     406Demos = demos" \
     407> "%{_builddir}/%{buildsubdir}/bin/qt.conf"
    391408
    392409make -j$MAKE_JOBS
Note: See TracChangeset for help on using the changeset viewer.