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.
qt アプリケーションのインストーラーの作成に成功した後、自分のコンピューターでは表示されるのに、別のコンピューターにインストールすると qwidets の背景画像が表示されないことに気付きました。動的ライブラリを使用する必要があると確信していますが、どうすればよいかわかりません。助けが必要です。
C:\Qt\5.1.0\mingw48_32\plugins\imageformats などにある imageformats ディレクトリから qjpeg.dll をコピーする必要があります。この .dll ファイルを、展開した .exe ファイルを含むディレクトリにある imageformats というサブディレクトリに配置します。
これは私にとってはうまくいきました。ありがとうございました。