Hi,

I've been searching through this forum and read the Qt documentation's pages about deployment. In Windows I don't have any problems with deployment. I just start my executable and copy all missing libraries (Qt libs and mingw libc) into its directory until it runs...

In Linux this is somehow different, it seems. Of course I can copy all libraries that the app is linked to, but last time I did that, after copying the qt libs it complained about a missing libaudio.so.2. And I don't really want to deploy system libraries with my app.

My project is open source anyway, so I don't really have a problem with distributing a source package. But then it would be good to have a nice configure script in order to handle dependencies and all that. Is there a way to create one from a QtCreator project? A configure script should be quite universal for Qt apps, shoudln't it? Has anyone already written one?

Cheers,
fallen