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

Add hardware acceleration flag to default manifest

XMLWordPrintable

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

      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" ... >
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes