Results 1 to 1 of 1

Thread: Qt 4.3: Deployment on MAC

  1. #1
    Join Date
    Jan 2007
    Location
    Rome
    Posts
    30
    Thanks
    1
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Exclamation Qt 4.3: Deployment on MAC

    Dear all,
    I have some issues about the deployment on mac using a bundle application.
    Before upgrading to qt 4.3 I use two different script:
    - one script to copy all the Qt frameworks inside the bundle application (in Contents/framework folder).
    - one script to launch the install_name tool and change Qt frameworks path in the main executable.

    The otool -L command option show correct result.
    But now, after upgrading to qt 4.3 the executable modified with this two script doesn't work and give strange output result:

    QObject::moveToThread: Current thread (0x222bc20) is not the
    object's thread (0x220af30).
    Cannot move to target thread (0x220af30)

    Cannot open file ':Resources/folder_up.svg', because: Unknown error
    QObject::moveToThread: Current thread (0x222bc20) is not the
    object's thread (0x220af30).
    Cannot move to target thread (0x220af30)

    Cannot open file ':Resources/folder_new.svg', because: Unknown error
    QObject::moveToThread: Current thread (0x222bc20) is not the
    object's thread (0x220af30).
    Cannot move to target thread (0x220af30)

    QObject::moveToThread: Current thread (0x222bc20) is not the
    object's thread (0x220af30).
    Cannot move to target thread (0x220af30)

    QPixmap: Must construct a QApplication before a QPaintDevice

    ...then the program closes.

    Note that if I cannot run the script, and I cannot change the "framework dependencies" the software works well without giving this strange error messages.

    The script used are identical but I cannot understand why, with the new version it seems that doesn't work anymore.

    In attach you can find the two script.

    Trolls support cannot give any concrete help, I hope that here someone could help me

    Thanks in advance,

    Angelo
    Attached Files Attached Files
    Last edited by Angelo Moriconi; 23rd July 2007 at 12:08.

Similar Threads

  1. VS2005 Deployment Problem
    By musaulker in forum Installation and Deployment
    Replies: 6
    Last Post: 20th July 2008, 19:43
  2. qt deployment problem on windows xp
    By sepp in forum Installation and Deployment
    Replies: 3
    Last Post: 5th July 2007, 11:16
  3. QT/mySQL deployment issue
    By smtgra011 in forum Installation and Deployment
    Replies: 4
    Last Post: 1st July 2007, 20:31
  4. qt application deployment issue?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 0
    Last Post: 1st May 2007, 06:09
  5. Application deployment problem
    By shapirlex in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 13th April 2007, 00:11

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.