标签: windows qt resources icons toolbar
在静态构建Qt(configure -static)并运行mingw32-make sub-src并在我的项目上运行qmake(build->运行qmake)并重建它之后,exe是完全独立的(并且很大)但图标将不再加载。图标位于.qrc文件中,我通过此方法加载它们:
configure -static
mingw32-make sub-src
QIcon icon(":/Icons/icon.ico"); this->setWindowIcon(icon);
答案 0 :(得分:4)
http://developer.qt.nokia.com/doc/qt-4.8/qtplugin.html#Q_IMPORT_PLUGIN
http://developer.qt.nokia.com/doc/qt-4.8/plugins-howto.html#static-plugins