Since I moved to Qt5 I cannot compile my Visual Studio 2010 project. The Qt addin has an option to convert to an addin project but what does that mean?
When I compile I get the following which I think means it cannot find a compiler?
1>------ Build started: Project: GuideWidgetLibrary, Configuration: Debug Win32 ------
1>Build started 28/01/2013 10:31:09.
1>c:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets(1200,9): warning : The referenced project '..\GuideAddonGenerator\GuideAddonGenerator.vcxproj' does not exist.
1>InitializeBuildStatus:
1> Touching "Debug\GuideWidgetLibrary.unsuccessfulbuild".
1>CustomBuild:
1> The system cannot find the path specified.
1> Moc'ing GuideXMLEditor.h...
1> Moc'ing GuideListView.h...
1> The system cannot find the path specified.
1> The system cannot find the path specified.
1> Moc'ing GuideMenuWidget.h...
1> Moc'ing GuidePushButton.h...
1> The system cannot find the path specified.
1> Moc'ing GuideHelp.h...
1> The system cannot find the path specified.
1> Moc'ing GuideTab.h...
1> The system cannot find the path specified.
1> The system cannot find the path specified.
1> Moc'ing GuideTabWidget.h...
1> Moc'ing GuideTextEdit.h...
1> The system cannot find the path specified.
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 3.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.06
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
↧