Menu

#68 qmake-based install does not use QUAZIP_LIB_VERSION_SUFFIX

v1.0_(example)
open
nobody
None
5
2017-05-12
2017-05-12
waldyrious
No

A CMake-based build (using cmake and make) produces the libraries libquazip5.a, libquazip5.dylib, etc., if the Qt version used as a dependency is the 5.x series. The include directory is also named "quazip5". The presence of the "5" at the end of the filename seems to be appropriate according to the variable QUAZIP_LIB_VERSION_SUFFIX.

However, building using qmake and make (as is done in the Homebrew formula) creates libs without the "5" suffix (i.e. libquazip.a, libquazip.dylib, etc.), and a include directory named simply "quazip" -- even when the Qt version is also 5. Is this inconsistency intentional?

Discussion