View Single Post
Posts: 287 | Thanked: 862 times | Joined on Dec 2015
#21
Originally Posted by ruff View Post
whops, indeed, have it there as well. Ok, will dig then why build still fails on it.
--
Got it, it actually was attempting to be built on my host pc, not on SF SDK
Actually, I've just been reminded why it's the only one to complain - for every other required package I just reference it in the PKGCONFIG of the project and the build VM will automatically find it, but for some reason this doesn't work with quazip. When I try I get:

Code:
Project ERROR: quazip development package not found
Installing the quazip-devel manually works fine. I have to reference it in LIBS and INCLUDE instead.

Anyone know why this is?