Changeset 1071
- Timestamp:
- Sep 9, 2011, 8:35:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/qt.spec
r1068 r1071 388 388 | sed -re 's,/@unixroot,$(UNIXROOT),g') 389 389 390 BUILDDIR_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 394 export PATH="$BUILDDIR_D\\bin\;$PATH" 395 export BEGINLIBPATH="$BUILDDIR_D\\bin\;$BEGINLIBPATH" 396 390 397 cmd /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 401 echo \ 402 "[Paths] 403 Prefix = .. 404 Settings = \$(ETC)/xdg 405 Examples = examples 406 Demos = demos" \ 407 > "%{_builddir}/%{buildsubdir}/bin/qt.conf" 391 408 392 409 make -j$MAKE_JOBS
Note:
See TracChangeset
for help on using the changeset viewer.