Browse Source

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

adaptive-webui-19844
sledgehammer999 10 years ago
parent
commit
4612abb41e
  1. 2
      configure
  2. 2
      configure.ac

2
configure vendored

@ -7020,7 +7020,7 @@ fi @@ -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="$?"

2
configure.ac

@ -269,7 +269,7 @@ AC_OUTPUT(conf.pri) @@ -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="$?"

Loading…
Cancel
Save