Results 1 to 10 of 10

Thread: Creating projects for different platforms

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2010
    Posts
    190
    Thanks
    18
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Creating projects for different platforms

    I really suppose it's something related to the .pro file. I just tried to create the VS project, I added those two libraries to Visual Studio and the project was compiled and liked correctly.

  2. #2
    Join Date
    Jan 2010
    Posts
    190
    Thanks
    18
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Creating projects for different platforms

    The .lib files were created with Visual Studio and are static libraries. Maybe it isn't possible to link those in the qt project? Because in Visual Studio the project seems to work correctly, both compiled for win32 and wince (using of course the wince versions of the libraries).

  3. #3
    Join Date
    Jan 2010
    Posts
    190
    Thanks
    18
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Creating projects for different platforms

    In case anyone need it, I suppose the issue I was experiencing was related to the fact that I was trying to use a library compiled by Visual Studio with mingw, and this is not possible. Compiling my Qt code with Visual Studio as well solved the problems both on win32 and on wince.
    Thanks!

Similar Threads

  1. Multiple platforms
    By ctote in forum Qt Programming
    Replies: 8
    Last Post: 15th February 2010, 19:48
  2. How to unify the QT style in different platforms?
    By yangyunzhao in forum Qt Programming
    Replies: 7
    Last Post: 5th August 2009, 11:23
  3. send OS signals to apps on all platforms
    By Morea in forum Qt Programming
    Replies: 3
    Last Post: 21st November 2008, 22:00
  4. What platforms are you using Qt on?
    By gfunk in forum Qt Programming
    Replies: 7
    Last Post: 8th February 2007, 15:47
  5. Compiling on different platforms
    By Tori in forum Newbie
    Replies: 1
    Last Post: 25th January 2006, 22:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.