Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    General and Desktop
    build windows rt
    2
    5
    3470
    Loading More Posts
    • 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
      ashishbansal last edited by ashishbansal

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 1
        • A
          ashishbansal @SGaist last edited by

          @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 Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            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 Reply Quote 1
            • A
              ashishbansal last edited by

              @SGaist Okay, I built them manually. Thanks a lot :)

              1 Reply Last reply Reply Quote 0
              • First post
                Last post