[Interest] QtWebkit error while building Qt5.12.7 sources

Thiago Macieira thiago.macieira at intel.com
Wed Feb 19 00:59:28 CET 2020


On Tuesday, 18 February 2020 08:31:39 PST Ramakanth Kesireddy wrote:
> undefined reference to `qt_version_tag'
> collect2: ld returned 1 exit status

Besides the warning that you're building a very old and insecure version, 
qt_version_tag was introduced in Qt 5.6. This error usually means you've 
compiled against Qt 5.6+ headers but linked against Qt 5.5 or older. Remove 
the older versions of Qt from your installation.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products





More information about the Interest mailing list