Results 1 to 2 of 2

Thread: Unescaped backslashes and Could not parse QTDIR from project file *.vcxproj

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2012
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Question Unescaped backslashes and Could not parse QTDIR from project file *.vcxproj

    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

  2. #2
    Join Date
    Oct 2012
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Unescaped backslashes and Could not parse QTDIR from project file *.vcxproj

    Hi, Uwe!
    Haben Sie eine Idee, woran das Problem liegt? Danke fuer Deine Hilfe im Voraus!

Similar Threads

  1. How to parse this xml file?
    By Gokulnathvc in forum Newbie
    Replies: 23
    Last Post: 12th September 2012, 11:33
  2. QtDIR\bin vs QtDIR\qt\bin libraries
    By produktdotestow in forum Qt Programming
    Replies: 4
    Last Post: 12th July 2011, 02:35
  3. Replies: 1
    Last Post: 15th June 2010, 13:25
  4. Replies: 13
    Last Post: 21st June 2006, 21:22
  5. How to parse this XML file ?
    By probine in forum Qt Programming
    Replies: 7
    Last Post: 4th April 2006, 09:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.