Qt5.0に基づいてQtCreator2.6.1をインストールしました。
4.8で作成したプロジェクトを開こうとしていますが、コンパイルできません。「そのようなファイルやディレクトリではない」というエラーが表示され続けます。
error: C1083: Cannot open include file: 'QtGui/QApplication': No such file or directory
error: C1083: Cannot open include file: 'QDialog': No such file or directory
error: C1083: Cannot open include file: 'QMainWindow': No such file or directory
error: C1083: Cannot open include file: 'QWidget': No such file or directory
などなど。
qmake.exeパスをPATHに追加しました...何か他のことをする必要がありますか?