Buildung QT 6.-7.1 from source fails on Windows 10
because of a neccessary patch which needs to be applied on the qt-version i am using for one of my current projects, i need to rebuild QT from source myself on Windows 10. Since this has never been a problem until now, i am a littel bit lost what my problem may could be. I have already tried to use the exact way which is given on https://wiki.qt.io/Building_Qt_6_from_Git, but this also gives me the following error:
Qt6 Undefined reference to `vtable for [my class here]` on Windows Clion
I have been trying for a few days to get to Qt and I’m honestly having a lot of troubles, even putting files in directories/compiling it is pretty mysterious to me…