Simon Martin wrote: > I have a small Java application, which uses Qt Jambi. Is there a way > to deploy only a subset of the Qt libs to save size of the application? > Is there a common way and what is the best approach? > > The application shall run only on Windows.
You can deploy the subset of the Qt libs used by your application both directly and indirectly. I.e. both the libraries for the modules you use yourself and the ones in turn used by these modules must be included. Achieving this should be a simple case of editing the ant-script in the source package to include only the required libraries. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
