Results 1 to 1 of 1

Thread: Resources missing after macdeployqt

  1. #1
    Join Date
    Oct 2010
    Posts
    4
    Thanks
    1
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Question Resources missing after macdeployqt

    I have application which uses PNG files as resources stored in an QRC file.
    All of these images displayed correctly, but after I run macdeployqt (in order to distribute the application) and run the application again all of them disappear.
    After research I found that if I remove qt.conf from the application bundle, all the images displayed correctly again.
    The question is: what line should I add to the qt.conf to make the application find resources inside the application bundle?
    Here is current content of the qt.conf file:

    Qt Code:
    1. [Paths]
    2. Plugins = PlugIns
    3. Imports = Resources/qml
    4. Qml2Imports = Resources/qml
    To copy to clipboard, switch view to plain text mode 
    Last edited by dark_elf; 10th August 2017 at 04:19.

Similar Threads

  1. macdeployqt errors
    By ImperialPenguin in forum Installation and Deployment
    Replies: 3
    Last Post: 14th August 2012, 17:35
  2. Qt OSx : macdeployqt -> Error
    By inc. in forum Qt Tools
    Replies: 0
    Last Post: 1st May 2012, 09:36
  3. macdeployqt-4.8
    By migel in forum Newbie
    Replies: 0
    Last Post: 20th December 2011, 17:06
  4. Qt 4.7.2 - Definitely something wrong with macdeployqt
    By agarny in forum Installation and Deployment
    Replies: 4
    Last Post: 12th November 2011, 16:58
  5. Issues with macdeployqt on OSX 10.5
    By My3rdGradeShirt in forum Qt Programming
    Replies: 0
    Last Post: 28th November 2010, 16:25

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.