I am learning Qt5.6. I am working on Ubuntu 14.4.
When connecting my program, the following error appears:
undefined reference to `qt_version_tag'
In CMakeLists.txt:
link_libraries(
Qt5::Widgets
Qt5::Core
)
Where is this symbol defined? What is missing in link_libraries?
To build my CMakeLists.txt, I used the following:
https://gitlab.com/Gluttton/SOS/blob/master/25989448/issue/CMakeLists.txt
source
share