Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
[SOLVED] Finding qt header and library file directory for other build systems
-
Hey,
I want to use Qts network module for a haxe (www.haxe.org) based c++ library (with hxcpp). hxcpp has its own build system which I need to use. Is there some general way (something like pkg-config) to output the directory of the Qt header and library files for a certain qt module?
Thanks!
Nathan
-
Hi,
IIRC you should be able to find Qt's pc files in a pkgconfig dir in the lib folder from your Qt installation
Hope it helps