12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
<RCC>
|
|
<!-- 应用特定资源 -->
|
|
<qresource prefix="/">
|
|
<file>resource/logo.png</file>
|
|
<file>resource/logo.ico</file>
|
|
</qresource>
|
|
|
|
<!-- 公用资源(从 UICommon 引入)-->
|
|
<!-- 已在 .pro 文件中引用 common_resources.qrc -->
|
|
<!-- 使用方式::/common/resource/xxx.png -->
|
|
</RCC>
|