Skip to content

Commit

Permalink
Access QT_INSTALL_HEADERS in autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 10, 2016
1 parent b895c9a commit 1fccf2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/qmake.m4
Expand Up @@ -55,6 +55,7 @@ if test -n "$QMAKE"; then

AC_MSG_CHECKING([for lrelease])
LRELEASE=`$QMAKE -query QT_INSTALL_BINS`/lrelease
QT_INSTALL_HEADERS=`$QMAKE -query QT_INSTALL_HEADERS`
if test -f "$LRELEASE"; then
AC_MSG_RESULT([$LRELEASE])
else
Expand Down

0 comments on commit 1fccf2c

Please sign in to comment.