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. Qt code for all platforms
Forum Updated to NodeBB v4.3 + New Features

Qt code for all platforms

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 494 Views 3 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.
  • Pradeep KumarP Offline
    Pradeep KumarP Offline
    Pradeep Kumar
    wrote on last edited by
    #1

    Hi,

    I am using Qt with visual studio compiler 2013 64 bit.

    For windows 7, 8 and 10.
    the same code which we used in Windows 7 , i am using the same code for windows 8 and windows 10 , i am compiling in the respective versions of windows , do we need to set any path or configure differently?.

    Thanks,

    Pradeep Kumar
    Qt,QML Developer

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

      Hi
      It should just work if you only used pure Qt :)
      Im not aware if visual studio offer any switches for 8/10
      but since you want to run on 7 also
      then its not that important.

      One note. the 32 bit exe i tested with did
      not run on win xp.
      Not sure if Qt related or what ever.

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

        Hi,

        Unless you are using platform specific API's only available on these platforms you don't need to rebuild your application for each and every version of Windows. Only exception is if you want to target XP, in that case you have to do a special build.

        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