Hi,
I've started a new Qt library project in Visual Studio 2005 and Qt 4.3.2.
I've create a new solution with a Qt library template, created a Qt Gui class and put the macro for exporting the class I want to expose to the win32 world. I'm getting a .lib with my dll and everything's cool in that respect.
I also created a tester gui application to test out my dll's ui controls.
The dll exports 'ProcessDesigner' which is defined in 'processdesigner.h'.
As soon as I #include this header in my tester application, I get the following error 3 times:
Given that the ui_ file is auto generated and linked into the dll, why is the gui application running a muck?Error 1 fatal error C1083: Cannot open include file: 'ui_processdesigner.h': No such file or directory D:\SourceRepository\Imaging Tools\ImagingSystemTools\ProcessDesigner\processde signer.h 7
I've used this structure a few times, but it was a while ago now, so my memory on things might be lacking a little.
I've attached the solution for your examination.
Thanks
Bookmarks