Results 1 to 2 of 2

Thread: Visual Studio Solution Configuration

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

    Default Visual Studio Solution Configuration

    Hello,

    Using my .pro, I can generate the basic "debug" and "release" configurations for visual studio projects. Is it possible to generate multiple configuration? For example, I would like to automatically generate configurations for:
    • Static Debug
    • Static Release
    • Dynamic Debug
    • Dynamic Release


    Thanks!

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

    Default Re: Visual Studio Solution Configuration

    Oh just found about the static_and_shared flag! Seems to work great!

    CONFIG += debug_and_release static_and_shared

Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  2. Replies: 2
    Last Post: 23rd November 2007, 17:44
  3. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  4. Visual Studio App Wizard for Qt
    By joshlareau in forum Qt-based Software
    Replies: 4
    Last Post: 9th February 2007, 20:36
  5. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15

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.