Concurrent deployment of Qt and Win32 (Visual Studio 2013)
-
I'm trying to add a Qt MDI into a pre-existing Win32 project that I have been working on, but my main concern is that I need it to deploy both the Qt window that I am developing as well as the Win32 windows that I have already made. I am pretty new to Qt, so a step by step would be very helpful. Essentially I want to have both types of windows execute off of the same project, and retain the functionality of the Win32 windows. The program is currently in use and isn't feasible to stop production until the platform change is completed. Therefore I need to be able to have both Qt and Win32 windows display in the program until I finish getting the whole program moved onto the Qt platform. Is there any simple way to do this?
Any help would be appreciated. Thanks.
-
See if following post can help you
-
Hi,
Note that Qt Win Migrate has not been tested with Qt 5. If you want to use it, I recommend sticking with Qt 4.8 for now. Then, when your application has been fully ported to Qt 4.8, you can remove Qt Win Migrate components and do a port to Qt 5 (if you wish).