Results 1 to 2 of 2

Thread: qmake and visual studio paths

  1. #1
    Join Date
    May 2007
    Posts
    20
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default qmake and visual studio paths

    Hello,

    I am currently using a .pro to generate vcapp/vclib projects. When the vcproj are generated, the Qt paths are hardcoded to my system (eg. C:\Qt\4.3.2\...), and may not fit other developers using the project. Is there a way to tell qmake to replace the path with the "$(QTDIR)" environment variable?

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake and visual studio paths

    No
    You can't move around generated files. You can't do this with cmake either because it's not guaranteed that the other system is set up exactly the same way your system is. What's the problem creating the .vcproj on every system? It's just a single qmake call ...

Similar Threads

  1. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  2. Replies: 3
    Last Post: 18th April 2007, 15:31
  3. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  4. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  5. Qt-4.2.2 qmake won't compile under visual studio 2005 on vista
    By moowy in forum Installation and Deployment
    Replies: 7
    Last Post: 13th January 2007, 21:06

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.