2007-07-17 18:08:38 +01:00
|
|
|
export QTDIR=@out@
|
2009-02-03 16:32:56 +00:00
|
|
|
|
2009-06-03 10:19:19 +01:00
|
|
|
if [ -n "$includeAllQtDirs" ]; then
|
2009-06-02 20:07:50 +01:00
|
|
|
# This helps for g++, but not for moc. And no qt4 package should expect
|
2009-06-03 10:19:19 +01:00
|
|
|
# having all qt4 header files dirs into -I.
|
2009-06-02 20:07:50 +01:00
|
|
|
for d in @out@/include/*; do
|
|
|
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d"
|
|
|
|
done
|
|
|
|
fi
|