Igor
Igor

Reputation: 6245

How to run pkg-config for Qt5

ALL,

How do I run pkg-config for Qt5?

Or there is some other script that will identify where Qt is installed?

And I'm talking about Qt - not QtE{mbedded}.

EDIT:

I think this needs some clarification. ;-)

I am trying to add this to a cross-platform project where Qt may not be installed on the system. I am using Anuta for development and already have Maefile, with which everything is built and ran correctly on GTK side. (I'm using the default pkg-config --cflags gtk+3 to find where GTK includes are).

However if I can add something like above for Qt to identify where Qt Headers are, it would be great. That way I will need to maintain only one set of Makefile and won't need to keep updating it when I push/pull to/from GitHub.

TIA!!

Upvotes: 0

Views: 1189

Answers (0)

Related Questions