Project options question

Andreas Pakulat apaku at gmx.de
Thu Feb 1 09:48:59 GMT 2007


On 01.02.07 11:13:58, Phil wrote:
> Thank you for reading this.
> 
> There have been odd times when I have wanted to create a simple console
> program using the Qt3 libraries, but I have never seceded. This is an 
> example, that
> I found recently, and below it is the error message that I have seen very
> often.
> 
> No doubt I need to add something to the Kdevelop project options but what?
> 
> Can anyone help?
> 
> #include "/usr/lib/qt3/include/qapplication.h"
> #include "/usr/lib/qt3/include/qlabel.h"

This is wrong, use #include "qapplication.h" and tell the buildsystem
where your qt3 headers are installed.

QMake projects don't even need that information, all you need to do is
setup the Path to QT3 QTDIR under Project Options->C++ Support, Qt Tab.

> /usr/include/multiarch-dispatch.h:23:56: error:
> multiarch-i386-linux/qconfig.h: No such file or directory

This looks pretty weird, please provide the full compilation output.

Andreas

-- 
You now have Asian Flu.




More information about the KDevelop mailing list