Newbie to linux - installed qt but couldnt find standart libraries
Hi guys,
I am newbie to linux and now i have to use it..i installed qt from package manager(pardus - the linux), but we(qt env) couldnt detect the string.h etc...
i dont want to set all pro file include paths at each project...so like before in win--- how can i set the always look up directories...( may be this issue is related to linux using but i just use this forum :) )
thanks,,
Re: Newbie to linux - installed qt but couldnt find standart libraries
You are missing appropriate packages for your linux system. Something like "libc-dev", "glibc-devel" or similar.
Re: Newbie to linux - installed qt but couldnt find standart libraries
thanks...i think its solved - glibc was missed...