Qt 6.11 is out! See what's new in the release
blog
[SOLVED] qmake lib version checking
General and Desktop
2
Posts
1
Posters
1.4k
Views
1
Watching
-
recently since the Qt5, when i try to build some projects in windows qmake looks for the lib with version suffix.
assume i try to make kdsoap server which needs to include kdsoap client library so it looks for "kdsoap1" instead of "kdsoap".
nowhere in .pro file has mentioned about the lib version. so where's the problem?