I am using Qt 5.7 on an Ubuntu 16 LTS machine.
I get this error:
(. qtversion [qt_version_tag] + 0x0): - 1: error: undefined reference to `qt_version_tag '
This error only occurs when I use the SDL libraries.
I understand that this is an old thread, but you can avoid it by specifying QT_NO_VERSION_TAGGING; that is, passing the option:
-DQT_NO_VERSION_TAGGING
in gcc.
Source: https://habr.com/ru/post/1656794/More articles:Unable to get form from dynamically created form - javascriptMake multi-line UILabel wrap button - iosXamarin iOS: message to build client ... canceled - visual-studioИсключение исключающего указателя, создающего новый проект Android Studio (virtualToIoFile) - androidAndroid - Google Sheets API v4 gets error 403 - androidVisual Studio Code - Angular 2 Auto Exchange Extension - angularUndefined character when building a qt program: qt_version_tag not found - qtiOS 10 - Objective-C: How to implement AVCapturePhotoOutput () to capture images and videos? - iosCSS list animation list - jqueryHow to choose the right encoding for decoding CArchive encoded content - c ++All Articles