Название: MSVC 2013 ошибка с ui_xxxxxx.h Отправлено: __Heaven__ от Август 12, 2014, 15:18 Цитировать 1>------ Rebuild All started: Project: firstQt, Configuration: Debug Win32 ------ Работал давно в 2008 студии с 4.8 версией и все было прекрасно.1> Moc'ing firstqt.h... 1> Uic'ing firstqt.ui... 1> Rcc'ing firstqt.qrc... 1>RCC : warning : No resources in 'D:\QtProjects\firstQt\firstQt\firstqt.qrc'. 1> 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(935,5): warning MSB8027: Two or more files with the name of moc_firstqt.cpp will produce outputs to the same location. This can lead to an incorrect build result. The files involved are GeneratedFiles\Debug\moc_firstqt.cpp, GeneratedFiles\Release\moc_firstqt.cpp. 1> stdafx.cpp 1> firstqt.cpp 1>d:\qtprojects\firstqt\firstqt\firstqt.h(5): fatal error C1083: Cannot open include file: 'ui_firstqt.h': No such file or directory 1> moc_firstqt.cpp 1>d:\qtprojects\firstqt\firstqt\generatedfiles\debug\../../firstqt.h(5): fatal error C1083: Cannot open include file: 'ui_firstqt.h': No such file or directory 1> main.cpp 1>d:\qtprojects\firstqt\firstqt\firstqt.h(5): fatal error C1083: Cannot open include file: 'ui_firstqt.h': No such file or directory 1> Generating Code... ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== В чём я мог тут накосячить? MSVC 2013 Pro, Qt5.3.1 msvc2013_64_opengl. Название: Re: MSVC 2013 ошибка с ui_xxxxxx.h Отправлено: __Heaven__ от Август 12, 2014, 15:58 Вероятнее всего ошибка возникает по вине
Цитировать C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(935,5): warning MSB8027: Two or more files with the name of moc_firstqt.cpp will produce outputs to the same location. This can lead to an incorrect build result. The files involved are GeneratedFiles\Debug\moc_firstqt.cpp, GeneratedFiles\Release\moc_firstqt.cpp. Что бы это могло быть?Название: Re: MSVC 2013 ошибка с ui_xxxxxx.h Отправлено: vizir.vs от Август 21, 2014, 16:52 Походу он нашел две версии мок файла: релизную и дебажную. Но сборка проваливается не из-за этого, причина в том что у тебя не находится файл ui_xxxx.h. По идеи он должен генериться самим Qt Creator'ом на основе файлов xxxx.ui, которые создаются в Qt Designer. Походу они у тебя не сгенерировались.
Название: Re: MSVC 2013 ошибка с ui_xxxxxx.h Отправлено: __Heaven__ от Август 21, 2014, 17:56 Был повреждён uic.exe
|