From 4612abb41e78ebc745b31d3801cb941027f2039a Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 5 Apr 2015 20:21:06 +0300 Subject: [PATCH] Make qmake regenerate recursively all makefiles in subdirectories when reconfiguring. Closes #2111. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ca1261c72..631d97a5e 100755 --- a/configure +++ b/configure @@ -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="$?" diff --git a/configure.ac b/configure.ac index feb3aa940..43a2d5c89 100644 --- a/configure.ac +++ b/configure.ac @@ -269,7 +269,7 @@ AC_OUTPUT(conf.pri) AC_MSG_NOTICE([Running qmake to generate the makefile...]) CONFDIR="$( cd "$( dirname "$0" )" && pwd )" -$QT_QMAKE [$CONFDIR]/qbittorrent.pro +$QT_QMAKE -r [$CONFDIR]/qbittorrent.pro ret="$?"