View Single Post
Posts: 62 | Thanked: 97 times | Joined on Dec 2009 @ Finland, Kerava
#19
Originally Posted by kwotski View Post
It would be nice to be able to compile against qmaemo-ext-libs in there. Is there any way of doing this? I had a quick go at compiling these within madde, by unpacking the source, mad qmake and mad make, but ran into trouble with include file problems.
The sysroot used for compiling is static. You cannot expand it currently.

However, you can copy the library in you local directory and header
files too and use GCC's -I and -L options to specify header and
library search paths.

Originally Posted by kwotski View Post
Is there any chance that "mad make install" would do anything sensible?
Its up to your Makefile's 'install' target. mad command does not change behavior of your Makefile.

Last edited by rontti; 2009-12-23 at 12:26.
 

The Following User Says Thank You to rontti For This Useful Post: