6ed4aa7ecb
svn path=/nixpkgs/trunk/; revision=13974
8 lines
153 B
Bash
8 lines
153 B
Bash
export QTDIR=@out@
|
|
|
|
if [ -n $qt4BadIncludes ]; then
|
|
for d in @out@/include/*; do
|
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d";
|
|
done;
|
|
fi
|