PDA

View Full Version : Unescaped backslashes and Could not parse QTDIR from project file *.vcxproj



rock1411
27th April 2013, 06:39
Hi guys,

I tried to importing examples.pro using VS2010 and get errors like this:

--- (Import): Generating new project of examples.pro file
--- (qmake) : Using: c:\qt\4.8.4\bin\qmake
--- (qmake) : Working Directory: C:\qwt-6.1.0\examples
--- (qmake) : Arguments: -tp vc "examples.pro" -recursive QMAKE_INCDIR_QT=$(QTDIR)\include QMAKE_LIBDIR=$(QTDIR)\lib QMAKE_MOC=$(QTDIR)\bin\moc.exe QMAKE_QMAKE=$(QTDIR)\bin\qmake.exe

[1] - Reading C:/qwt-6.1.0/examples/animation/animation.pro
[2] - Reading C:/qwt-6.1.0/examples/barchart/barchart.pro
....
...

[98] - WARNING: (internal):1: Unescaped backslashes are deprecated.
[99] - WARNING: (internal):1: Unescaped backslashes are deprecated.

--- (Import): Error(s): 99
--- (qmake) : Exit Code: 0

Could not parse QTDIR from project file animation.vcxproj.
Could not parse QTDIR from project file barchart.vcxproj

i have set the system Environment variable QTDIR to C:\Qt\4.8.4

thanks for help in advance

liu

rock1411
28th April 2013, 10:47
Hi, Uwe!
Haben Sie eine Idee, woran das Problem liegt? Danke fuer Deine Hilfe im Voraus!