Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Compiling qt with vs2013?
Qt 6.11 is out! See what's new in the release blog

Compiling qt with vs2013?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 4.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ArbolOne
    wrote on last edited by
    #1

    Is there a tutorial about How To Compile the Qt library toolkit using VSC++ 2013?

    Thanks!!

    This is not the first time you've been here, at the end you've always lost. You create viruses and we the cure, and in this battle you've always lost.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MuldeR
      wrote on last edited by
      #2

      It's actually quite straight forward.

      You open a VS2013 command-prompt and then you run "configure" with option "-platform win32-msvc2012" from the Qt source directory.

      Once everything has been set up, you type "nmake" to start the build process.

      BTW: I think Python and Perl should be on your PATH too.

      BTW2: If you care about Windows XP, you need to setup MSVC 2013 to run with the XP-compatible toolset. Read "this":http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx for details.
      __

      Here is what I do usually to build Qt:
      http://lamexp.sourceforge.net/doc/FAQ.html#87f001c0

      My OpenSource software at: http://muldersoft.com/

      Qt v4.8.6 MSVC 2013, static/shared: http://goo.gl/BXqhrS

      Go visit the coop: http://youtu.be/Jay...

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved