Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.4.0 Beta
-
None
-
KUbuntu 14.04
-
cf30a3d9b2e8584fa419ea1a6ee3d64a140352a0
Description
./qrc_audio.cpp:13:91: error: too many initializers for ‘const unsigned char [4]’ static const unsigned char qt_resource_data[4] = { 'Q', 'R', 'C', '_', 'D', 'A', 'T', 'A' };
In the generated qrc*.cpp file I see:
/**************************************************************************** ** Resource object code ** ** Created by: The Resource Compiler for Qt version 5.4.0 ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ ... <path to audio.qss> static const unsigned char qt_resource_data[4] = { 'Q', 'R', 'C', '_', 'D', 'A', 'T', 'A' }; static const unsigned char qt_resource_name[] = { // audio.qss ...