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

demos/declarative/minehunt does not work on symbian

XMLWordPrintable

    • e8141d3eff43e419f566449f42f9548ce54acf70

      1) enable static data use in the DLL:

      FAILED linkandpostlink for armv6_urel: epoc32\release\armv6\urel\minehunt.dll
      mmp: demos\declarative\minehunt\minehunt_0xE1601d5f.mmp
      elf2e32 : Error: E1027: ELF File C:/S60/devices/g_s60_50/epoc32/release/armv6/urel/minehunt.dll.sym contains initialized writable data.

      That error is a Symbian'ism - to use static data in DLLs, you must declare it explicitly in the project file
      The cost of doing it automatically would be 4kB per DLL per process loading the DLL

      In the .pro file, use:
      symbian:TARGET.EPOCALLOWDLLDATA=1

      2) write DEPLOYMENT section in the .pro file to enable the plugin to be installed on the phone

        There are no Sub-Tasks for this issue.
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jpetrell Joona Petrell
            shkearns Shane Kearns
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes