-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
dev
-
None
-
c91b71863 (dev), c873aa25a (6.6), b7d44fa97 (6.5)
- in QT5_SRC_DIR: checkout qt5 supermodule
- init-repository (including at least qtdeclarative)
- in BUILD_DIR: $QT5_SRC_DIR/configure -make examples -prefix $PREFIX_DIR -debug ...
Without having built or installed anything, we see that example resources have been written to the wrong directory directly under the supermodule build dir:
examples/quick/imageresponseprovider/ImageResponseProviderCore/
This should have been one level deeper, inside qtdeclarative directory, i.e.
qtdeclarative/examples/quick/imageresponseprovider/ImageResponseProviderCore/
For Gerrit Dashboard: QTBUG-113495 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
477001,4 | Fix examples writing resource files to the wrong directory | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
487568,2 | Fix examples writing resource files to the wrong directory | 6.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
487569,2 | Fix examples writing resource files to the wrong directory | 6.5 | qt/qtdeclarative | Status: MERGED | +2 | 0 |