Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.2.0
-
None
-
a021b5e09f (qt/qtbase/dev)
Description
The libQt6*.prl files in installed in the /lib directory contain the build dir.
find -name "libQt6*.prl" -exec grep QMAKE_PRL_BUILD_DIR '{}' \;
For example:
QMAKE_PRL_BUILD_DIR = /build/qt6/qt-everywhere-src-6.2.0/debian/build-x86/qtbase/src/xml QMAKE_PRL_BUILD_DIR = /build/qt6/qt-everywhere-src-6.2.0/debian/build-x86/qtbase/src/sql
This leads to not reproducible build.
Is this necessary? Would it be possible to remove it?
Attachments
Issue Links
- relates to
-
QTBUG-104396 qmake projects try to link to static qt libraries with hardcoded CI paths (no such file or directory)
- Closed
-
QTBUG-105913 Qt module build artifacts contains reference to TMPDIR
- In Progress