Georg Baum <[EMAIL PROTECTED]> writes: | Am Sonntag, 5. März 2006 13:05 schrieb Georg Baum: | > Am Sonntag, 5. März 2006 11:46 schrieb Lars Gullik Bjønnes: | > | > > Can you send me your complete patchset for qt4, Or a tar file if that | > > is easier. | > > | > > I'll put this into the repo and we take further changes from there as | > > well as the question of write access. | > | > Note that I am currently trying to compile it, but there are some case | > issues (qurl.h vs. QURL.h) etc. I send a diff when compiling is | finished. | | Here it is. If you want to use it, do the following: | | 1. Extract the contents of http://younes.a.free.fr/qt4frontend.zip into | src/frontends/qt4 | 2. Apply the patch qt4-fix.diff. It will fix some filename issues (Abdel | uses a case-insensitive filesystem), and create the missing files for the | build system in the src/frontends/qt4 directory. | 3. Apply qt4-build.diff. This patch will add the qt4 frontend to the build | system. The changes to qt.m4 can surely be done better, but everything | works for me with the --with-qt4-dir=/usr/share/qt4 switch to configure | (and qt3 and at4 installed in parallel)
Ok, I think I have most of this in my tree now. (not qt4-build.diff yet, I want the other parts added first) I got a few rejects because of dos line endings in the qt4frontend.zip. -- Lgb