Windows 8にQt 5.0.1をインストールしましたが、Qt Creatorを開いて新しいQt GUIアプリケーションを作成しtest_1
、プロジェクトを実行すると:-1: error: error: ..test_1test_1main.cpp: No such file or directory
、:-1: error: fatal error: no input files
.
#------------------------------------------------- #
# Project created by QtCreator 2013-03-13T16:17:47 #
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = test
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui