Fatal error LNK1117: syntax error in option 'manifest:embed when compiling examples directory with VC2012
-
Hello all
i trying to compile the examples directory in windows 7 using VC 2012 express
im doing what i did allways :- dradding the D:\Qt_5.1\5.1.1\msvc2012\examples>"C:\Program Files\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
file in to the CMD window
2 running the command :
D:\Qt_5.1\5.1.1\msvc2012\examples>qmake -r -tp vc - loading the examples.sln in VC 2012 and hit compile
the problem that im getting on each project error that says:
fatal error LNK1117: syntax error in option 'manifest:embed when compiling examples directory with VC2012how can i solve this ?
- dradding the D:\Qt_5.1\5.1.1\msvc2012\examples>"C:\Program Files\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"