Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved]resources not loaded after deploy
Forum Updated to NodeBB v4.3 + New Features

[Solved]resources not loaded after deploy

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 624 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mjzarrin
    wrote on last edited by mjzarrin
    #1

    hello friends
    after i deployed application, application worked fine but resources not load.
    in myapp.pro i have

    RESOURCES += \
        resources.qrc
    

    in qt.conf

    [Paths]
    Prefix=.
    plugins=plugins
    

    and some line of resources.qrc is

    <RCC>
        <qresource prefix="/files">
            <file>resources/1.jpg</file>
            <file>resources/2.jpg</file>
            <file>resources/3.jpg</file>
            <file>resources/4.jpg</file>
            <file>resources/5.jpg</file>
            <file>resources/6.jpg</file>
            <file>resources/add_file.png</file>
            <file>resources/add_file_b.png</file>
            <file>resources/add_folder.png</file>
            <file>resources/add65.png</file>
            <file>resources/add78.png</file>
            <file>resources/add118.png</file>
            <file>resources/add788.png</file>
    

    i would be grateful if you could help me
    thank you.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mjzarrin
      wrote on last edited by mjzarrin
      #2

      the problem solved.
      the problem is for missing some dlls. after copying below plugins inside deployed application folder , all resources load.

      audio
      bearer
      designer
      generic
      geoservices
      iconengines
      imageformats
      mediaservice
      platforms
      playlistformats
      position
      printsupport
      qml1tooling
      qmltooling
      qtwebengine
      sensorgestures
      sensors
      sqldrivers
      

      thank you all

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved