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. What is the use of mkspecs/win32-msvc2013, mkspecs/win32-msvc2012...etc?

What is the use of mkspecs/win32-msvc2013, mkspecs/win32-msvc2012...etc?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.1k Views
  • 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.
  • O Offline
    O Offline
    opengpu
    wrote on last edited by
    #1

    what is the use of mkspecs/win32-msvc2013, mkspecs/win32-msvc2012...etc?

    1. just use for build Qt itself?
    2. used for all the Qt application used Qt lib?
    3. there files are all them same for x86/x64, static/no-static build ?

    because i want to use VS with qt-vs-addin, with the Qt built by myself...
    so i want to know what things are needed to copy to my own project dir.

    thank you!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      It's the configuration information,defines, flags etc. about the OS/Compiler combo that you will be using.

      1. No it's also used when building your application
      2. see 1
      3. In the case of Windows: yes. It's the setup of the command line used to build that will decide of the architecture.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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