Results 1 to 2 of 2

Thread: After qmake I always need to change the .vcproj settings. How can I avoid it?

  1. #1
    Join Date
    Jan 2008
    Posts
    155
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default After qmake I always need to change the .vcproj settings. How can I avoid it?

    Everytime I do "qmake" to create a .vcproj project, I need to set "Target machine" to "/MACHINE:x86" and change "Code generation Runtime Library" from "Multi-threaded DLL(/MD)" to "Multi-threaded (/MT)", and finally set "Ignore specific library" to "msvcrt" in the Release target, and all this once again for the Debug target.
    This is a bit annoying, so my question is if there is any way to change the .pro file or the default settings of VC2008 to make it right from start?

    BN
    MacOSX user dabbling with Linux and Windows.

  2. #2
    Join Date
    Jul 2011
    Posts
    11
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: After qmake I always need to change the .vcproj settings. How can I avoid it?

    Same issue for me...

Similar Threads

  1. Replies: 1
    Last Post: 10th March 2010, 10:12
  2. Replies: 4
    Last Post: 26th February 2010, 18:51
  3. Problem creating vcproj with qmake in 4.6.0
    By bnilsson in forum Installation and Deployment
    Replies: 3
    Last Post: 14th January 2010, 06:27
  4. Problem when using qmake for .vcproj file generation
    By Conel in forum Qt Programming
    Replies: 3
    Last Post: 4th December 2006, 14:27
  5. Replies: 3
    Last Post: 31st March 2006, 18:38

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.