I don't seem to be getting across that I am not using QtCreator. The explanations and examples in QtAssistant and every piece of documentation that I have found so far assume that I am using the QtCreator IDE. I am not.
I already got the code working in QtCreator. I didn't want to use that because the rest of my program was build in Visual Studio. The documentation that I have seen for signals and slots completely falls apart when you try to run it in Visual Studio because the Meta-Object Compiler is not a built-in thing.
Do you know how I could get MOC working in Visual Studio? I have found no such thing yet. This documentation (http://qt.developpez.com/doc/4.7/moc/), which is about using MOC, again assume QtCreator.
Bookmarks