Book C++ and KDevelop

Dries Decock decock at tcomlabs.com
Thu Aug 18 11:54:26 BST 2005


On Thursday 18 August 2005 11:24, Peter M. Groen wrote:
> Hi,
>
> Currently i'm planning to write a book about C++ development with KDevelop,
> where KDevelop will be the main focus.. Starting with simple console
> applications, moving to Qt and ending with cross-development.
>
> The subject for console applications and Qt are already found, but the
> cross-development is something I can use some help with.. In the 2-series
> of KDevelop one was able to choose a different compiler, but in the
> 3.x-series this option is gone..
>
> Anybody using KDevelop for cross-development is welcome to share his or
> hers knowledge. I wasn't able to find it... :(

I compile dll for windos, using kdevelop 3.2.2
To do so, I use the environment variables in the configure menu of the project 
options. There, I define CC to i386-mingw32msvc-gcc, ...
I also add the xmingw path to the PATH variable in the make options of the 
project properties.

Best regards,
Dries Decock

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list