nixpkgs/pkgs/development/libraries/qt-4/setup-hook.sh
Eelco Dolstra 9d25c4d4e2 * Lots of Qt packages fail to build if the subdirectories of
$out/include aren't explicitly included in the include path.

svn path=/nixpkgs/trunk/; revision=15820
2009-06-02 12:27:27 +00:00

6 lines
111 B
Bash

export QTDIR=@out@
for d in @out@/include/*; do
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d"
done