Working on a fairly large chunk of code written by someone else and I am not super familiar with QT, but I haven't had success with recent debugging.
After working great, I added 3 lines, then commented them all out and when testing got many more variations of these two errors:
undefined reference to 'QObject::connectNotify(char const*)' (.rodata._ZTV15NumberWithUnits[_ZTV15NumberWithUnits]+0x60)
undefined reference to 'QWidget::x11Event(_XEvent*) (.rodata._ZTV15NumberWithUnits[_ZTV15NumberWithUnits]+0x160)
I'm thinking that there might be some library or other build error, or file cleaning I need to do, but I'm stuck.
After searching and trying multiple things, I found several similar answers such as this one and I was trying to implement adding the -lqt statement or fixing qmake.
Recommendations on either how to do this, or other things to try?
qbs(Qt build system) orcmakeinstead.