Porting QT application from Linux to Windows?
        Posted  
        
            by umanga
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by umanga
        
        
        
        Published on 2010-06-07T02:20:43Z
        Indexed on 
            2010/06/07
            2:32 UTC
        
        
        Read the original article
        Hit count: 343
        
Greetings all,
We are developing a QT application (QT 4.6 LGPL version) in Linux platform.All the libraries we use are cross-platform. Now we want to port it into Windows and continue develop in Windows. My questions are:
- Which compiler should we use ,Can we use MinGW or Visual C++ compiler?
2.If its Visual C++ compiler, which Visual Studio version should be used ,can we use 'Visual C++ Studio 2010 express' ?
thanks in advance.
© Stack Overflow or respective owner