Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.0.0 Beta 1
-
Windows 7, msvc 2010
-
62b0f41ae0c2971db5d6e53972d746b0a865a736
Description
Beta 1 binary package has only forwarding pri files under mkspecs/modules. It seems that this happens because qtbase.pro installs every folder that exists under mkspecs at the time the qmake is run, which on clean build means there will only ne mkspecs/modules but no mkspecs/modules-inst. This installation will overwrite the non-forwarded versions of module .pri files installed by each module with forwarded versions.
There is "mkspecs.files -= $$PWD/mkspecs/modules" line in qtbase.pro, but that doesn't seem to work, possibly because drive letter case is different for this path in mkspecs.files.
Attachments
Issue Links
- is required for
-
QTBUG-26922 Qt 5.0 Beta 1 tasks
- Closed