# HG changeset patch # User Chris Cannam # Date 1368117431 -3600 # Node ID c928aa734e6b05cd801916ebcb27af12d47ac1ac # Parent 8103ad8eef87f685a3399d7907b906241e2947b6 Minor updates for qt5 diff -r 8103ad8eef87 -r c928aa734e6b .hgsubstate --- a/.hgsubstate Thu May 09 17:20:24 2013 +0100 +++ b/.hgsubstate Thu May 09 17:37:11 2013 +0100 @@ -1,4 +1,4 @@ 345a563df58bc7f7069727e95a267843b29c41b8 dataquay 6c66fb64db64b6e156adc331480f056f3f998464 svapp -cefc9763dc0c29d4a66f3dbd81abf2fd5bd3fbcc svcore +98cf98a217d2516fd739dee08c4dc7f02ab82709 svcore 2146130d12366b1733151bac3a81e2a9076bfb5b svgui diff -r 8103ad8eef87 -r c928aa734e6b configure --- a/configure Thu May 09 17:20:24 2013 +0100 +++ b/configure Thu May 09 17:37:11 2013 +0100 @@ -8531,7 +8531,7 @@ The file config.pri contains the configuration settings for qmake. If you want to adjust these by hand, edit config.pri -and run \"qmake -r\" again to regenerate the Makefile. +and run \"$QMAKE -r\" again to regenerate the Makefile. " >&5 $as_echo "$as_me: @@ -8541,5 +8541,5 @@ The file config.pri contains the configuration settings for qmake. If you want to adjust these by hand, edit config.pri -and run \"qmake -r\" again to regenerate the Makefile. +and run \"$QMAKE -r\" again to regenerate the Makefile. " >&6;} diff -r 8103ad8eef87 -r c928aa734e6b configure.ac --- a/configure.ac Thu May 09 17:20:24 2013 +0100 +++ b/configure.ac Thu May 09 17:37:11 2013 +0100 @@ -131,5 +131,5 @@ The file config.pri contains the configuration settings for qmake. If you want to adjust these by hand, edit config.pri -and run "qmake -r" again to regenerate the Makefile. +and run "$QMAKE -r" again to regenerate the Makefile. ])