Detecting OpenGL in KDevelop wxWidgets apps

Manoj Rajagopalan rmanoj at engin.umich.edu
Thu Apr 6 16:42:08 BST 2006


Hi all

   KDevelop generates a skeleton wxWidgets application but does not 
detect the wxWidgets OpenGL support.

   It turns out that `wx-config --libs` itself does not return the flags 
for openGL linkage and this has to be performed in a separate step using 
`wx-config --libs std gl`.

    To get around this I hacked the configure script generated by 
KDevelop and made the above modification. Is there anyway KDevelop can 
be instructed to look for the wxWidgets OpenGL flags at configure time?

Thanks
Manoj


-
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