Dusan Zatkovsky wrote: > Designer has started, but it is qt-cpp designer ( open file dialog has filter > ".ui", not ".jui" ). > > So I am now lost, because I don't know, where "designer" from qt-jambi > official binary distribution comes from. > > > Hi, Dusan.
The "designer" executable in the binary distribution is cherry-picked from Qt, just like you are doing, so this is not the problem. Since it's a regular Qt-based executable, it does not know how to extract the required Qt libraries from the .jar-package. Thus it requires all dependencies to be available in the library path. This can be solved by duplicating the native libraries in your lib/ directory. See the structure of the official packages for reference. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
