Help with Pkg Config
-
Hi there,
I'm having trouble with pkg-config, I want to add "qmsystem2":http://harmattan-dev.nokia.com/docs/library/html/qmsystem2/main.html but I don't know how. Any help would be great, I've been trying to figure it out all day. A detailed description would also be a good idea... I have not used pkg-config before.
Thanks,
Aaron -
Add qmsystem2 to what? Your application? To the system?
A detailed description would be a good idea:-)
-
Just follow the instructions given in the link you provided under "Getting started"...
Adding @CONFIG += qmsystem2@ to your .pro file should be enough, no need to meddle with pkg-config. I guess that line is meant for people using other build systems.