-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 4.8.x, 5.0.0
-
Fix Version/s: 5.15.0
-
Component/s: Build tools: rcc
-
Labels:None
rcc stores the files (in the resource system) into a QHash, and dumps them into the compiled resource using an iterator on the hash.
However, the tst_rcc::rcc() test function does a diff between rcc's output and a reference file, which fails because the order of the files outputted by rcc is changes.