robotology-legacy / qtyarp

QtYarp
1 stars 1 forks source link

Compilation fails due to missing file #34

Closed pattacini closed 10 years ago

pattacini commented 10 years ago
Microsoft (R) Microsoft Visual Studio 2012 Version 11.0.61030.0.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
2>------ Build started: Project: QtYARPViewPlugin, Configuration: Release Win32 ------
2>  Generating qrc_res.cpp
2>  RCC: Error in 'C:/dev/qtyarp/QtYARPViewPlugin/res.qrc': Cannot find file 'Credits.qml'
2>  
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: "cmd.exe" exited with code 1.
3>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
3>  Build all projects
lornat75 commented 10 years ago

ops, I had forgotten to remove reference to credits.qml from res.qrc. It should be fixed now.