[Qt-interest] Crash when application launched.

R. Reucher rene.reucher at batcom-it.net
Wed Jun 2 14:04:59 CEST 2010


Manish Chaturvedi wrote:
> One more question is do I need to run this commend every time before
> creating the installer for my application?
You need to run it every time the application has been rebuilt (using 
xcodebuild I assume)... I use a makefile / make rules for this and call it 
in my 'install' target (make install) right before I copy the complete 
./<myapplication>.app/ folder to /Applications.

> When I analyzed this more I found that after running this command It
> created a conf file qt.conf under in content folder of my application
> package. With the message "This file sets up the plugin search path to
> /Applications/MyApp.app/Contents/Plugins". This implies that there is
> something wrong with the way installer is installing the application. It
> has nothing to do with Assibelity API where actually I am getting the
> crash.
I'm not sure which "installer" you're talking about, but I could 
successfully use PackageMaker after this to create installable packages for 
my end users (self-contained).

My makefile-based "installer" is just rsync :)...

HTH, René
-- 
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/

Q:  Do you know what the death rate around here is?
A:  One per person.




More information about the Qt-interest-old mailing list