configure :: qt version bug in v5-28-00-patches

From: Adrian Sevcenco <Adrian.Sevcenco_at_cern.ch>
Date: Sun, 12 Jun 2011 01:26:20 +0300


Hi! I am using v5-28-00-patches and at qt detection i have this: Checking for Qt/qglobal.h ... /usr/include Checking for 4.3.0 <= Qt version < 5.0.0 ... grep: /usr/include/../src/corelib/global/qglobal.h: No such file or directory no (found version )

the thing would be that at line 2934
"if test ! -d $qttestdir ; then"
should be
"if test -d $qttestdir ; then"

patch (tested) attached

Thanks,
Adrian

Received on Sun Jun 12 2011 - 00:26:25 CEST

This archive was generated by hypermail 2.2.0 : Tue Jun 14 2011 - 17:50:01 CEST