No need for another option. Just modify it to detect that include has to
be recreated.
thx ok this works.. happy holidays!

marcel.


--
 "Obstacles are those frightful things you see when you take
  your eyes off your goal."         -- Henry Ford (1863-1947)

  Change the world - vote: http://hfopi.org/vote-future
--- configure.orig      2009-04-09 14:05:36.631107115 +0200
+++ configure   2009-04-09 19:33:37.839107084 +0200
@@ -3972,7 +3972,7 @@
     [ "$CFG_DEV" = "yes" ] && SYNCQT_OPTS="$SYNCQT_OPTS -check-includes"
     if [ "$OPT_SHADOW" = "yes" ]; then
         "$outpath/bin/syncqt" $SYNCQT_OPTS
-    elif [ "$CFG_DEV" = "yes" ]; then
+    elif [ "$CFG_DEV" = "yes" || ! -d $outpath/include ]; then
         QTDIR="$relpath" perl "$outpath/bin/syncqt" $SYNCQT_OPTS
     fi
 fi
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to