mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-12 18:24:58 +08:00
Make qmake regenerate recursively all makefiles in subdirectories when reconfiguring. Closes #2111.
This commit is contained in:
parent
8a2a719227
commit
4612abb41e
2
configure
vendored
2
configure
vendored
@ -7020,7 +7020,7 @@ fi
|
|||||||
$as_echo "$as_me: Running qmake to generate the makefile..." >&6;}
|
$as_echo "$as_me: Running qmake to generate the makefile..." >&6;}
|
||||||
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
|
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||||
|
|
||||||
$QT_QMAKE $CONFDIR/qbittorrent.pro
|
$QT_QMAKE -r $CONFDIR/qbittorrent.pro
|
||||||
|
|
||||||
ret="$?"
|
ret="$?"
|
||||||
|
|
||||||
|
@ -269,7 +269,7 @@ AC_OUTPUT(conf.pri)
|
|||||||
AC_MSG_NOTICE([Running qmake to generate the makefile...])
|
AC_MSG_NOTICE([Running qmake to generate the makefile...])
|
||||||
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
|
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||||
|
|
||||||
$QT_QMAKE [$CONFDIR]/qbittorrent.pro
|
$QT_QMAKE -r [$CONFDIR]/qbittorrent.pro
|
||||||
|
|
||||||
ret="$?"
|
ret="$?"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user