Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.0.0 Beta3
-
41d948c50b24e82e1e0065dc344349cb3503895f (qt/qtbase/dev)
Description
Passing -developer-build to configure ends up passing -DINPUT_developer_build=ON to cmake. The translation from INPUT_developer_build to FEATURE_developer_build happens later than computation of the prefix location.
This causes cmake to create a prefix build, rather than a non-prefix build.
Automatic translation happens somewhere at corelib's qt_feature_module_end() time
whereas prefix computation happens really early at QtSetup.cmake time.
Attachments
Issue Links
- duplicates
-
QTBUG-88266 [REG v6.0.0-beta3 -> dev] cmake-based configure no longer configures autotests when -developer-build is specified
-
- Closed
-