summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-09-30 14:05:23 (GMT)
committerJoão Abecasis <joao@abecasis.name>2009-09-30 14:08:10 (GMT)
commit68f709fb180af94af259a9afb873b9548c97c0fb (patch)
tree162463b16003cbae398eec408d97433b774ef059 /configure
parentfa3cda0324324f595d0d1231027443673b7c05ea (diff)
downloadQt-68f709fb180af94af259a9afb873b9548c97c0fb.zip
Qt-68f709fb180af94af259a9afb873b9548c97c0fb.tar.gz
Qt-68f709fb180af94af259a9afb873b9548c97c0fb.tar.bz2
Moving some QVFB stuff out of the configure script and into .pro files
Reviewed-by: Paul Olav Tvete
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index f89da70..e86d008 100755
--- a/configure
+++ b/configure
@@ -2232,16 +2232,6 @@ if [ "$OPT_SHADOW" = "yes" ]; then
ln -s "$relpath/tools/porting/src/q3porting.xml" "$outpath/tools/porting/src"
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
-
# symlink fonts to be able to run application from build directory
if [ "$PLATFORM_QWS" = "yes" ] && [ ! -e "${outpath}/lib/fonts" ]; then
if [ "$PLATFORM" = "$XPLATFORM" ]; then