2007-07-17 19:08:38 +02:00
|
|
|
export QTDIR=@out@
|
2009-02-03 17:32:56 +01:00
|
|
|
|
2009-06-02 21:07:50 +02:00
|
|
|
if [ -z "$normalQt" ]; then
|
|
|
|
# This helps for g++, but not for moc. And no qt4 package should expect
|
|
|
|
# having all qt4 header files dirs into -I. But the KDE nix expressions want
|
|
|
|
# this.
|
|
|
|
for d in @out@/include/*; do
|
|
|
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d"
|
|
|
|
done
|
|
|
|
fi
|