I recently upgraded to Qt 5.0.0 and Visual Studio 2010 (from Qt 4.6 and VS 2008).
I installed the Qt Visual Studio Add-in, and converted my project to use it (previously i had set up build rules for MOC and UIC myself). But i am having a problem where UIC isn’t being ran when i build.
It does the moc’ing, but then goes on to build the cpp files for my GUI dialogs. Those files reference the generated ui_*.h files, so the build fails because they are not build yet.
Does anyone know why this is happening?
It’s possible that i have not set it up correctly, but i cannot find any tutorials or documentation on how to use the VS add-in. I re-added some of my .ui files using project -> add -> new item, then choosing the Qt dialog item, but that didn’t seem to help.
↧