Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.2
-
None
Description
We received a downstream report about issues with qt_lib_core.pri.
The downstream app fails to build with this error:
Project ERROR: Library 'libatomic' is not defined.
in openSUSE, the public and private headers are split. The matching .pri file are also separated.
The issue reported to us seems to come from:
- qt_lib_core.pri which contains `QT.core.uses = libatomic`
- `QMAKE_LIBS_LIBATOMIC =` being in qt_lib_core_private.pri
Sounds like the `QMAKE_LIBS_*` definitions and `QMAKE_INCDIR_GLIB` shall be qt_lib_core.pri instead of qt_lib_core_private.pri.