-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
6.0
-
-
5dcaa11cc26fabc4f4f1336681ac19217a9e0e91 (qt/qtbase/dev)
INSTALL_EXAMPLESDIR is set in QtBuild.cmake and cached.
However, the tool that converted the .pro files added hardcoded paths, eg:
set(INSTALL_EXAMPLEDIR "examples")
instead of:
set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}")
As a result, using a different path for INSTALL_EXAMPLESDIR has no effect when installing Qt modules.
For Gerrit Dashboard: QTBUG-81797 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
289530,1 | pro2cmake: Honor INSTALL_EXAMPLESDIR | wip/cmake | qt/qtbase | Status: ABANDONED | -1 | 0 |
299288,2 | pro2cmake: Honor INSTALL_EXAMPLESDIR if defined | dev | qt/qtbase | Status: MERGED | +2 | 0 |