Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个工具,其中包含一些 .bmp 图标图像。当我静态构建应用程序时,图像必须放在应用程序的文件夹中才能运行,这首先违背了拥有静态应用程序的目的。有没有办法在构建过程中将图像滚动到应用程序中?
Qt 有一个资源系统可以解决这个问题。