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

Add hardware acceleration flag to default manifest

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.2.1
    • 5.2.0 RC1
    • QPA
    • None
    • Android
    • 03ae80359f8b0cb39ae5e95902383869314716d9

    Description

      When you set the target sdk version to 13 or lower, hardware acceleration is turned off by default, but this is still required for Qt, so the default manifest should specify it to true.

      The symptom is that orientation change will not work correctly on some device/Android versions unless the flag is turned on.

      The code necessary:

      <application android:hardwareAccelerated="true" ... >
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-35293
          # Subject Branch Project Status CR V

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              esabraha Eskil Abrahamsen Blomfeldt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes