Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.10.0
-
None
Description
Normally changing files referenced in .rcc files causes the resources to be regenerated when calling "make".
This is not the case if the paths contain spaces. qmake spits out a lot of `empty filename passed to function` messages and changing files referenced in resources has no effect.
This is visible in the generated Makefile as the qrc_resources.cpp target has no dependencies other than the .rcc file itself.
Attachments
Issue Links
- duplicates
-
QTBUG-65543 extra compiler depend_command processing doesn't grok file names with spaces
- Closed