私のqtアプリケーションの静的ビルドの後
./configure -static -debug-and-release -confirm-license -nomake demos -nomake examples -nomake tools
正常に動作しますが、次のような出力メッセージがいくつか表示されます。
(MyApplication:32030): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed
本当に重大な問題がありますか? 別のオプションで qt を再構築する必要がありますか?
どんな助けでも大歓迎です。