I take back the QTDIR related fix.

This commit is contained in:
Michael Hoffmann 2004-01-07 14:20:50 +00:00
parent 3c345f9311
commit 0ea5f664c0
1 changed files with 0 additions and 6 deletions

View File

@ -3582,18 +3582,12 @@ qt_dir_has_changed()
# fi
if [ -z "${NEED_EXTRA_QT_IDIR}" ]; then
NEED_EXTRA_QT_IDIR='x'
else
NEED_EXTRA_QT_IDIR='y'
fi
if [ -z "${NEED_EXTRA_QT_LDIR}" ]; then
NEED_EXTRA_QT_LDIR='x'
else
NEED_EXTRA_QT_LDIR='y'
fi
if [ -z "${NEED_EXTRA_QTMOC}" ]; then
NEED_EXTRA_QTMOC='x'
else
NEED_EXTRA_QTMOC='y'
fi
}