Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-44491

Qt 5.4: Compiling fails for WinRT/ARM

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.4.2
    • 5.4.0, 5.4.1
    • WebSockets
    • None
    • Qt 5.4, Visual Studio 2013 Ultimate (Update 4), Windows 8 Pro
    • WinRT
    • 0694a8ba6394ba194fabc2201ad4549a2b97fc55

    Description

      Compiling Qt 5.4.x for WinRT/ARM fails with an internal compiler error.

      The problem can be fixed by extending the macros:

      #if defined(Q_OS_WINPHONE) && defined(_ARM_)

      1. pragma optimize("", off)
        #endif

      to

      #if (defined(Q_OS_WINPHONE) || defined(Q_OS_WINRT)) && defined(_ARM_)

      1. pragma optimize("", off)
        #endif

      (2 times: on/off)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            liaqi Liang Qi
            DanielSt Peter Staab
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes