3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/qt-5
Anthony Cowley 7a9400d338 qt5.6: darwin compatibility
- qtbase builds on darwin
- Downstream qmake and cmake build configurations supported

Darwin-specific changes:

Prevent `qmake -project` from adding build support files in the temp
directory to the project.

Shrink the temp directory used for building with qmake.

The issue here is that `lndir` recreates the entire directory structure
of the module we are merging into the temporary build environment. On
darwin, the framework directory structures mean that this shadow
directory tree is 17MB even though the file contents are all symlinks
into the store.

To address this, we symlink the framework directories explicitly and
use `lndir` for everything else.
2016-12-08 18:28:30 -05:00
..
5.5 qt5: factor out common makeQtWrapper setup hook 2016-12-03 09:57:17 -06:00
5.6 qt5.6: darwin compatibility 2016-12-08 18:28:30 -05:00
5.7 qt5: factor out common makeQtWrapper setup hook 2016-12-03 09:57:17 -06:00
make-qt-wrapper-darwin.sh qt5.6: darwin compatibility 2016-12-08 18:28:30 -05:00
make-qt-wrapper.sh qt5: factor out common makeQtWrapper setup hook 2016-12-03 09:57:17 -06:00
qmake-hook-darwin.sh qt5.6: darwin compatibility 2016-12-08 18:28:30 -05:00
qmake-hook.sh qt5: factor out common qmake setup hook 2016-12-03 09:55:39 -06:00
qt-env.nix qt5: Fix qt5X.full 2016-09-06 23:42:41 +03:00
qtbase-setup-hook-darwin.sh qt5.6: darwin compatibility 2016-12-08 18:28:30 -05:00
qtbase-setup-hook.sh qt5: factor out common setup hook for qtbase 2016-12-03 09:51:31 -06:00
qtsubmodule-setup-hook.sh qt5: factor out common qtSubmodule setup hook 2016-12-03 09:53:18 -06:00