Dimitri Frederickx wrote: > OK, it seems that the problem was related to the Qt 4.4 beta that I had > installed. It was always using that qmake, so I added my own compiled Qt bin > directory on the PATH and that solved the problem, but not I'm getting the > following errors: >
Sorry, just a quick addition to my previous mail: It looks to me like it's only the files in the juic-directory which are missing from the preview package. If you'd rather do a quick and dirty fix, you could try to copy the necessary files directly from your Qt source directory and into the juic directory. If it does the trick, this should take a lot less time than reconfiguring and rebuilding Qt. Copy *.cpp *.h and *.pri files from the src/tools/uic directory in your Qt source tree and place them under juic/ in your Qt Jambi directory. I hope that should fix your build, because, looking at the source package, it seems that it is only these files that are missing. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
