Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Help working on windows arm devices (QT6)
Forum Updated to NodeBB v4.3 + New Features

Help working on windows arm devices (QT6)

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 682 Views 2 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.
  • C Offline
    C Offline
    Cyrille de Brebisson
    wrote on last edited by
    #1

    Hello, I need to make my app work on a windows on arm device.

    With the switch to QT6, it seems that the windows 32 bit versions have disappeared.
    At the same time, we now have a msvc2019_arm64 version (which is great).

    However, I am having some issues.

    1. How do I compile for window arm64 on an intel based system? They do not seem to be a Qmake.exe or a winqtdeploy.exe files in the arm bin folder. and even if they were there, I am assuming that they would not run on an intel device.

    2. How do I compile for windows arm64 on a windows arm64 system?
      When I tried installing QT 6.2 through the online tool, I got errors during the install (could not find the QmakeOutputInstallerKey value on the installer object were the first ones, but then I got a number of other ones).
      qt creator seems to be an intel based application and does not seem to run on my arm based laptop either.

    Any help as to how to build for arm based windows devices?

    Thanks,
    Cyrille

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

      Hi,

      This is mainly an educated guess but:

      • there's likely a cross-compiler provided by MSVC
      • qmake wise, you should be able to use the one from the x86_64 version and there is the win32-arm64-msvc mkspec that I suspect it geared toward that platform.

      So I would go with setting up a kit in Qt Creator if not already available that uses that Qt build with the Visual Studio cross-compiler.

      Hope it helps

      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