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

CONFIG += resources_big is not documented (enough?)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.5.0, 5.5.1
    • Documentation
    • None
    • Win10 x64, used kits "Desktop Qt 5.5.0 MinGW 32bit", "Android for armeabi-v7a (GCC 4.9, Qt 5.5.0)"

    Description

      I was have to embed encrypted database file (60MB) into *.apk while using Qt for mobile. But compilation fails on stage of translation resources from *.cpp to *.o.

      In case if target platform is "Desktop Qt 5.5.0 MinGW 32bit"
      Error is "Yo"

      In case if target platform is "Android for armeabi-v7a (GCC 4.9, Qt 5.5.0)"
      Error is "qrc_qml.cpp:2796221:3: internal compiler error: Segmentation fault
      0x9,0xec,0xa5,0x71,0xc7,0x27,0x18,0xd9,0xd,0xaa,0xd7,0x75,0xfc,0xe8,0xb1,0x2b,"

      In my case temporary solution was split that big file into 10Mb pieces and make 6 *.qrc files each including just one 10 MB part of initial 60Mb encrypted file.

      I think something goes absolutely wrong of how Qt Resource Sytem works.

      Attachments

        Issue Links

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

          Activity

            People

              docteam Qt Documentation Team
              profi-S Stanislav Ilchenko
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes