Browse Source

configure: pass variable QMAKE_LRELEASE to qmake

adaptive-webui-19844
Boris Nagaev 9 years ago
parent
commit
f4dc5c6809
  1. 2
      configure
  2. 2
      configure.ac

2
configure vendored

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

2
configure.ac

@ -261,7 +261,7 @@ AS_IF([test "x$enable_systemd" = "xyes"], @@ -261,7 +261,7 @@ AS_IF([test "x$enable_systemd" = "xyes"],
AC_MSG_NOTICE([Running qmake to generate the makefile...])
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
$QT_QMAKE -r [$CONFDIR]/qbittorrent.pro
$QT_QMAKE -r [$CONFDIR]/qbittorrent.pro "QMAKE_LRELEASE=$QMAKE_LRELEASE"
ret="$?"

Loading…
Cancel
Save