Results 1 to 5 of 5

Thread: Enable vcvars32.bat from within QtCreator?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Enable vcvars32.bat from within QtCreator?

    Change the application that is used to open .pro files to your bat file. (Right click, Properties, Opens With)

    To get the filename clicked on from your bat file use %1

    Eg.

    echo %1

  2. #2
    Join Date
    Sep 2009
    Posts
    20
    Thanked 2 Times in 2 Posts

    Default Re: Enable vcvars32.bat from within QtCreator?

    Hi,

    Why don't you update PATH, INCLUDE and LIB variables manually ?
    It will take 1-2 minutes ...

    Regards

Similar Threads

  1. [Solved] Using a Subversion Client with QtCreator
    By philwinder in forum Qt Tools
    Replies: 1
    Last Post: 30th November 2010, 22:16
  2. Windows Qt SDK's QtCreator erroneously generating bcc32 makefiles
    By andy.fillebrown in forum Installation and Deployment
    Replies: 2
    Last Post: 2nd October 2009, 12:32
  3. QtCreator won't compile using VS2005
    By Spinz99 in forum Installation and Deployment
    Replies: 0
    Last Post: 3rd April 2009, 23:25

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.