Enrico Forestieri
2014-07-19 23:57:38 UTC
commit 4bdeae27334536164cb7e37da9a9e491075fd682
Date: Sat Jul 19 03:34:28 2014 +0200
Update autotools for building with Qt5.
The option --enable-qt5 allows configuring for Qt5. The default is Qt4.
Nothing special is done with respect to Qt4, apart from pulling in the
correct libraries. Indeed, other than the core and gui libraries, now
also the concurrent and widgets libraries are needed.
Is this --enable-qt5 needed? The version number is alreadyDate: Sat Jul 19 03:34:28 2014 +0200
Update autotools for building with Qt5.
The option --enable-qt5 allows configuring for Qt5. The default is Qt4.
Nothing special is done with respect to Qt4, apart from pulling in the
correct libraries. Indeed, other than the core and gui libraries, now
also the concurrent and widgets libraries are needed.
available, isn't it?
pkg-config --modversion <qtcore>
and <qtcore> is QtCore for Qt4 but Qt5Core for Qt5.
Of course, it can be changed, but I thought that until Qt5 is not
fully supported the extra option makes sense.
--
Enrico
Enrico