Make qmake regenerate recursively all makefiles in subdirectories when reconfiguring. Closes #2111.

This commit is contained in:
sledgehammer999 2015-04-05 20:21:06 +03:00
commit 4612abb41e
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -7020,7 +7020,7 @@ fi
$as_echo "$as_me: Running qmake to generate the makefile..." >&6;}
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
$QT_QMAKE $CONFDIR/qbittorrent.pro
$QT_QMAKE -r $CONFDIR/qbittorrent.pro
ret="$?"