changeset 548:c928aa734e6b

Minor updates for qt5
author Chris Cannam
date Thu, 09 May 2013 17:37:11 +0100
parents 8103ad8eef87
children 209c442fdb34
files .hgsubstate configure configure.ac
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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;}
--- 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.
 ])