Results 1 to 3 of 3

Thread: Multiple Qt configurations in my machine.

  1. #1
    Join Date
    Jan 2010
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Multiple Qt configurations in my machine.

    Hello,

    I have a little question. Do I reconfigure and recompile each time Qt when I want change the target configuration for example WM6.0/WM50/Wince5.0?? because recompile it each time takes a lot of time.

    Thanks

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Multiple Qt configurations in my machine.

    I keep separate copies for each target (MSVC and MinGW in my case) and switch to the relevant Qt version for each project:

    C:\Qt\4.6.1-mingw
    C:\Qt\4.6.1-msvc
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  3. #3
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Multiple Qt configurations in my machine.

    And using batch files to setup environment helps a lot. Dont use Env Variables from My Computer properties, it might need re login to work properly.

Similar Threads

  1. how to run Qt programs on non qt machine ?
    By aamer4yu in forum Installation and Deployment
    Replies: 15
    Last Post: 11th July 2012, 07:38
  2. Replies: 2
    Last Post: 22nd December 2009, 20:52
  3. Replies: 1
    Last Post: 11th November 2009, 15:18
  4. Replies: 10
    Last Post: 29th August 2008, 16:44
  5. Replies: 0
    Last Post: 21st December 2006, 11:48

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.