nixpkgs/pkgs/development/libraries/qt-4.x/4.8
Orivej Desh 6b4f0b5bf4 qt4: fix parallel building
qmake needs uic to extract dependency information from .ui files.  In -fast mode
qmake generates Makefiles for each subproject after the previous subproject is
built, and by the time it encounters subprojects with .ui files, uic is
available to provide dependency information.  In -no-fast mode qmake builds
subprojects in the same order, but generates all Makefiles beforehand, without
uic, and they miss dependencies.
2017-11-30 09:51:14 +00:00
..
default.nix qt4: fix parallel building 2017-11-30 09:51:14 +00:00
dlopen-absolute-paths.diff
dlopen-gtkstyle.diff
dlopen-webkit-nsplugin.diff
glib-2.32.patch
libressl.patch qt4: add patch to build with libressl 2.3 2015-12-23 22:08:33 +00:00
parallel-configure.patch qt4: enable parallel building in the configure phase 2017-11-29 09:06:42 +00:00
qmake-hook.sh qmake4Hook: init 2016-04-20 18:48:01 +03:00