Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Windows 10 universal app
Qt 6.11 is out! See what's new in the release blog

Windows 10 universal app

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
windows 10
3 Posts 2 Posters 2.8k 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.
  • M Offline
    M Offline
    martial
    wrote on last edited by
    #1

    Hello
    I don't know how to build a windows 10 universal app with qt (i tried qt 5.6beta).
    Is there somewhere a document telling how to do it? (with qtcreator or visual) ?
    Thanks

    1 Reply Last reply
    0
    • patrikdP Offline
      patrikdP Offline
      patrikd
      wrote on last edited by
      #2

      Hi Martial,
      a good Point to start is the Video from the Qt dev days 2015:
      https://www.youtube.com/watch?v=o5Xdt-j3hkA
      You need Visual Studio 2015 and the current Qt 5.6. For starting the emulator you need Win10 Pro because of the Hyper-V (not sure if its called so).

      1. Create a Project in Qt-Creator
      2. Execute: qmake -tp vc CONFIG+=windeployqt (for the emulator you need the qmake from the winrt_x86_mscv2015, for runnig on device e.g. Lumia950 you need qmake from winrt_armv7_mscv2015) in the Directory of the Project
      3. Open project in vs2015 and adjust the SDK-Version with right click on project properties
      4. Make sure you have all installed on visual Studio what is mentioned in the Video (emulator, win10 sdk,..) and dissabled the xaml analysier.
      5. If you want to run on a device make sure you have enabled the developer settings.
      6. Press run "device" for running on a device or choose an emulator.

      Hope that helps,
      patrik

      1 Reply Last reply
      0
      • M Offline
        M Offline
        martial
        wrote on last edited by
        #3

        thanks a lot !

        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