一
pro文件中注释掉myresource.qrc文件
二
rcc -binary myresource.qrc -o myresource.rcc
三
QResource::registerResource("/path/to/myresource.rcc");
Qt助手关键字: The Qt Resource System
一
pro文件中注释掉myresource.qrc文件
二
rcc -binary myresource.qrc -o myresource.rcc
三
QResource::registerResource("/path/to/myresource.rcc");
Qt助手关键字: The Qt Resource System