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. [SOLVED] Some of the required modules (!winrt) are not available
Forum Update on Monday, May 27th 2025

[SOLVED] Some of the required modules (!winrt) are not available

Scheduled Pinned Locked Moved General and Desktop
buildwindows rt
5 Posts 2 Posters 3.9k 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.
  • A Offline
    A Offline
    ashishbansal
    wrote on last edited by ashishbansal
    #1

    Hi everyone,

    I want to build Qt for WinRT.
    So, I cloned the Qt sources and changed the git branch to 5.4.1
    And then used this command[1] to configure Qt for WinRT.
    Then used jom to build it.
    And after some time I got this error.
    Any Idea?

    cd qtwinextras\ && ( if not exist Makefile E:\windows\QtWinRTBuild\qtbase\bin\qmake E:\windows\qt5\qtwinextras\qtwinextras.pro -o Makefile ) && C:\bin\jom.exe -f Makefile "Some of the required modules (!winrt) are not available." "Skipped."

    [1] ..\qtFullSourceCode\configure.bat -xplatform winrt-x64-msvc2013 -developer-build -release -opensource -confirm-license -nomake tests

    Thanks
    Ashish Bansal

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

      Hi,

      This is not an error, it just tells you that the QtWinExtras module won't be build for winrt

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

      A 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        This is not an error, it just tells you that the QtWinExtras module won't be build for winrt

        A Offline
        A Offline
        ashishbansal
        wrote on last edited by
        #3

        @SGaist said:

        Hi,

        This is not an error, it just tells you that the QtWinExtras module won't be build for winrt

        Oh Okay, thanks SGaist.
        There should be winrtrunner.exe and some others which helps in deploying application to WinRT, inside buildDirectory/bin but there are no such files.

        Haven't I given correct built commands for building it for WinRT ?

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

          Looks like it, check the qttools module to see if it as been built, if not you can to it by hand

          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
          1
          • A Offline
            A Offline
            ashishbansal
            wrote on last edited by
            #5

            @SGaist Okay, I built them manually. 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