[Interest] [Qt-creator] mac: executable binary inside package

David Kim david.qwk at gmail.com
Wed Mar 28 18:48:00 CEST 2012


Thanks! Everything works well.

Now I have two more questions.

1.
When the application was deployed with macdeployqt,
the dmg file also contains .Trashes. Is
there an option to exclude it?

2. What'd be the way to put the alias of the
Applications folder inside the dmg file as well, so that
users could drag-n-drop the application onto
the Applications folder in there. This is what
other applications' installation process usually does,
isn't it?

Best,
David

On Wed, Mar 28, 2012 at 10:55 AM, Konstantin Tokarev <annulen at yandex.ru>wrote:

>
> 28.03.2012, 19:41, "David Kim" <david.qwk at gmail.com>:
> > Hello,In case an executable binary
> > file is included into the app package (by manually copying/pasting it
> > into the Contents folder of the package(.app) file),
> > how can it be called from qProcess start. What'd
> > be the path to the executable binary?
>
> Use QCoreApplication::applicationDirPath() to determine path.
>
> (Such questions should be directed to interest@)
>
> --
> Regards,
> Konstantin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120328/989b2c6d/attachment.html>


More information about the Interest mailing list