-
glib-2.0
Hi
SDK: Qt Creator 2.4.1 running on Windows 7
Target platform: "Qt 4.8.1 for Desktop" and "Harmattan"
I have downloaded a software from the web that I try to compile but it fails becosue the SDK do not have support for the library glib-2.0.
The download program do have a
[CODE]PKGCONFIG += glib-2.0[/CODE]
so it seems that the SDK lacks the support this, how do I add support for this library to the SDK ?
I have tried both "Maintain Qt SDK" and "Update Qt SDK" but there seems no supprot to add new packages.
Do I use the MADDE terminal for this, using something like "apt-get" ?
Regards