デバッグ モードで実行しているプロジェクトがあり、コンパイルして正常に動作します。ただし、リリース バージョンを実行しようとすると、次のエラーが発生します。
"fatal error C1083: Cannot open include
file: 'QtCore/qchar.h': No such file or directory
f:\testing_dev\repo\hello_test\Qt\4.6.0\src\corelib\tools\qstring.h
45 HelloWorld"
デバッグでは機能するのにリリースでは機能しない理由と、それを修正する方法を知りたいですか?
ありがとう。