mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Cleanup build scripts
This commit is contained in:
parent
8aa2789ded
commit
6bd5d0b8e9
4 changed files with 21 additions and 31 deletions
20
configure
vendored
20
configure
vendored
|
@ -8433,21 +8433,17 @@ fi
|
|||
|
||||
fi
|
||||
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Running qmake to generate the makefile..." >&5
|
||||
$as_echo "$as_me: Running qmake to generate the makefile..." >&6;}
|
||||
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||
|
||||
$QT_QMAKE -r $CONFDIR/qbittorrent.pro "QMAKE_LRELEASE=$QMAKE_LRELEASE"
|
||||
|
||||
ret="$?"
|
||||
TOPDIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
$QT_QMAKE -r "$TOPDIR/qbittorrent.pro" "QMAKE_LRELEASE=$QMAKE_LRELEASE"
|
||||
qmake_ret="$?"
|
||||
|
||||
$as_echo
|
||||
if test "x$ret" = "x0"; then :
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Good, your configure finished." >&5
|
||||
$as_echo "$as_me: Good, your configure finished." >&6;}
|
||||
else
|
||||
as_fn_error $? "Failed running $QT_QMAKE to generate the makefile" "$LINENO" 5
|
||||
if test "x$qmake_ret" != "x0"; then :
|
||||
as_fn_error $? "$QT_QMAKE failed to generate the makefile" "$LINENO" 5
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Good, the configure finished." >&5
|
||||
$as_echo "$as_me: Good, the configure finished." >&6;}
|
||||
$as_echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue