Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 4.5.1, Qt Creator 4.6.0-rc1
-
4d40254619bf06915eb26d3d24d158db0996fa4a, qtbase/d6d80ff2e925c5c52de498535cfdb808b3bd3670
Description
When I use the following syntax:
qml.files = $$files(*.qml) qml.prefix = /qml RESOURCES += qml images.files = $$files(*.png) images.prefix = /images RESOURCES += images
The end result is this:
Which means that I need to resize the projects pane in order to see which file it's referring to. I think the absolute path of the generated qrc file is not important information for a user (it's available in the tooltip if needed), and it would be better to show just the file name, as occurs for regular .qrc files:
For example, in the case of the snippet above, it would be qmake_qml.qrc and qmake_images.qrc.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-22015 QML files of dynamically generated RESOURCES no longer shown in Projects view
- Closed
For Gerrit Dashboard: QTCREATORBUG-20103 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
224290,4 | Handle automatically generated resource files better | master | qt-creator/qt-creator | Status: ABANDONED | -1 | 0 |
254066,2 | Qmake: Make sure generated qrc files are treated as such | 4.9 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
254068,3 | Automatic resources: Fix tooling support | 5.12.2 | qt/qtbase | Status: MERGED | +2 | 0 |