Mohammed, The trivial answer is: add it to the list of libraries to link to (in gcc: add -lggis (or whatever) to your link command. Using cmake, that would look like ADD_LIBRARY(myapp ggis)). Do you have a specific reason why you expect to link wt and ggis both in one program?
Best regards, Wim. 2010/9/25 Mohammed Rashad <[email protected]>: > Hi all, > How to link a qgis(desktop gis application) API library with Wt? > -- > Rashad > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
