Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-10788

Add 'workaround' for large asset files

    XMLWordPrintable

Details

    • User Story
    • Resolution: Done
    • P2: Important
    • QDS 4.4
    • None
    • QML Project Manager
    • None

    Description

      Add 'workaround' for large asset files

      qt_add_executable(testApp
      main.cpp
      )

      qt_add_qml_module(testApp
      URI TestApp
      AUTO_RESOURCE_PREFIX # :/qt/qml
      VERSION 1.0
      QML_FILES
      main.qml
      )
      Then we add the magic:

      qt_add_resources(testApp "testApp_large_resources"
      PREFIX /qt/qml/TestApp
      BIG_RESOURCES
      FILES
      MassiveUnicodeFont.otf
      )

      Without this application can have unreasonable link times or do not link at all.

      Attachments

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

        Activity

          People

            knud Knud Dollereder
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes