Shared Library project.

Mathieu Chouinard chouimat at videotron.ca
Fri Jan 19 12:28:38 GMT 2001


On Friday 19 January 2001 17:18, you wrote:
> Mathieu Chouinard wrote:
> > Is there a way to make shared lib with kdevelop?
> > Mathieu
> >
> > -
> > to unsubscribe from this list send an email to
> > kdevelop-request at kdevelop.org with the following body: unsubscribe
> > »your-email-address«
>
> The quickest way to have a shared library project:
>
> 1) New Qt SDI project (for illustration, call it willis in directory
> /usr/local/src). 2) In /usr/local/src/willis/willis, create a directory
> (arnold) which will contain the code to your library.
>         Kdevelop treats all subdirectories of the application dir as
> libraries. 3)  Add code to the arnold subdirectory.
> 4)  Right click on the arnold directory in the RFV and choose "Change to
> shared lib." 5)  Note this uses libtool and if you want access to the real
> .so, look in the .libs directory.
>
> You could use a console application, but then you have to search the
> archives for the thing to add to the Makefile.am or configure.in or
> something to get it to set the LIBTOOL variable.  Just do SDI.
>
> --
> Thomas O Matelich
> Senior Software Designer
> Zetec, Inc.
> sosedada at usa.net
> tmatelich at zetec.com
>
>
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«
Thanks for the information
But I was thinking of library project as in M$ VC++
Mathieu Chouinard

-
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