ebiguy / RespeQt

RespeQt Atari serial peripheral emulator
GNU General Public License v2.0
31 stars 16 forks source link

Building with Qt 5.7 fails #40

Closed josch1710 closed 8 years ago

josch1710 commented 8 years ago

I initially only installed the Qt 5.7 toolkit. The generated UI code, references the wrong headers, for example. I could build the application, by changing all the culprits. But after changing the UI, I anticipate to do it all over again. For future proofing, this should be changed.

josch1710 commented 8 years ago

Can't replicate it at the moment, so I'm closing this

jzatarski commented 8 years ago

perhaps you were using old versions of the automatically generated ui related headers? I know I had issues with this when trying to build RespeQt before, a make clean may have fixed the issue, although I remember manually deleting the headers which were giving issues.