qt cmakelist error.
Unsolved
General and Desktop
-
I am using Linux 64Bit and Windos 8.1 64Bit.
In Linux 64Bit environment, cmakelist using freetype library was opened and used normally in qt.
I run the same source on windows 8.1 64bit, so I can't run it with an error because there is no freetype library.
Is there a way to add a freetype library in windows? Can I register it as a dll?
-
Freetype for windows can be downloaded here (google is your friend...): https://www.freetype.org/download.html
-
Freetype for windows can be downloaded here (google is your friend...): https://www.freetype.org/download.html
In addition to freetype, it is very difficult to create various lib files such as zlib, libpng, libjpeg, lcms, etc.
-
Hi,
https://conan.io might be of interest.