Thanks Patrick,<br>
     That seems to have work, but I'm still having
trouble as the mkspecs its using is still set to the qt 3.3 ones - i
tried doing an export of a qmkspecs varaible (both in the path and in
the program's make/run variables)... plus it can't seem to find any of
the qt classes, keeps saying "QPrinter" no such file or directory for
all of them.<br>
<br>
Thanks,<br>
Imran<br><br><div><span class="gmail_quote">On 9/4/05, <b class="gmail_sendername">Patrick Noffke</b> <<a href="mailto:pnoffke@bigpond.com">pnoffke@bigpond.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You may need to put $QTDIR/bin in your path.  I use a script<br>(kdevelop-qt-x11.sh) to run a particular version of QT.  It looks like this:<br><br>------------- begin script --------------------<br>#!/bin/bash<br><br>export QTDIR=/opt/qt-
x11-eval-3.3.4<br>export PATH=$QTDIR/bin:$PATH<br><br>kdevelop $@<br><br>------------- end script --------------------<br><br>Incidentally, I've tried to make KDevelop work with QT/Embedded using an<br>autoconf project, and no luck (couldn't get it to run the right compiler
<br>with the right flags at the right times).  I had much better success<br>with a QMake project.  Maybe you will too?<br><br>Hope this helps.<br><br>Patrick<br><br>Imran Akbar wrote:<br><br>> I've now got the latest version of kdevelop (
3.2.9) which should<br>> support compilation with QT 4 directly through the ide (the qt tab on<br>> the c++ settings in the project settings) - the problem is I've still<br>> got QT 3 on my system and qmake defaults to using that version even
<br>> when i've tried setting the option for qt in kdevelop itself.  i've<br>> set the environment variable for qtdir to the qt 4 directory, but i<br>> think the problem would be solved if somehow i could get 'qmake' to
<br>> use the qt 4 version by default....<br>><br>> any ideas?<br>><br>> Thanks,<br>> Imran<br>><br><br><br>-<br>to unsubscribe from this list send an email to <a href="mailto:kdevelop-request@kdevelop.org">
kdevelop-request@kdevelop.org</a> with the following body:<br>unsubscribe »your-email-address«<br></blockquote></div><br>