Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.4, 6.3.0, 6.4
-
None
-
-
9672067374 (qt/qtbase/6.4) 9672067374 (qt/tqtc-qtbase/6.4) fc39c6a675 (qt/qtbase/6.3) fc39c6a675 (qt/tqtc-qtbase/6.3) 7ce8fcf2ee (qt/tqtc-qtbase/6.2)
Description
On Linux, with pkg-config installed, it should be possible to disable pkg-config with
configure -no-pkg-config
But that has no effect:
$ grep FEATURE_pkg.config < CMakeCache.txt FEATURE_pkg_config:BOOL=ON QT_FEATURE_pkg_config:INTERNAL=ON