File qt-x11-opensource-src-4.6.0-qvfb.patch of Package qt4
--- configure.orig 2009-08-31 15:56:28.000000000 -0300
+++ configure 2009-08-31 15:57:08.000000000 -0300
@@ -2202,14 +2202,12 @@
fi
# symlink files from src/gui/embedded neccessary to build qvfb
-if [ "$CFG_DEV" = "yes" ]; then
- mkdir -p "$outpath/tools/qvfb"
- for f in qvfbhdr.h qlock_p.h qlock.cpp qwssignalhandler_p.h qwssignalhandler.cpp; do
- dest="${outpath}/tools/qvfb/${f}"
- rm -f "$dest"
- ln -s "${relpath}/src/gui/embedded/${f}" "${dest}"
- done
-fi
+mkdir -p "$outpath/tools/qvfb"
+for f in qvfbhdr.h qlock_p.h qlock.cpp qwssignalhandler_p.h qwssignalhandler.cpp; do
+dest="${outpath}/tools/qvfb/${f}"
+rm -f "$dest"
+ln -s "${relpath}/src/gui/embedded/${f}" "${dest}"
+done
# symlink fonts to be able to run application from build directory
if [ "$PLATFORM_QWS" = "yes" ] && [ ! -e "${outpath}/lib/fonts" ]; then