Results 1 to 9 of 9

Thread: Visual Studio 2008 wizard for generating Qt makefile projects

  1. #1
    Join Date
    Feb 2008
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Visual Studio 2008 wizard for generating Qt makefile projects

    I would like to announce that my Visual Studio 2008 wizard for generating Qt makefile projects is now available.

    I generally need to create a large number of small Qt test projects and found creating makefile projects rather cumbersome and time consuming. As a result, I decided to create a Visual Studio 2008 wizard that automated the task. You can download the installer from my projects page at: http://www.sanfordfreedman.com/personal/projects/. At the moment, console, gui, and static library projects have received the most testing. If you like this wizard, please link to my projects page instead of hosting a copy or linking directly to the executable.
    Last edited by sandytf; 21st May 2008 at 22:29.

  2. #2
    Join Date
    Mar 2007
    Posts
    3
    Thanks
    2

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    it seems pretty cool!
    Can you write a tutorial about how to create it?

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    Quote Originally Posted by sandytf View Post
    I generally need to create a large number of small Qt test projects and found creating makefile projects rather cumbersome and time consuming.
    Did you know that qmake can generate Visual Studio projects?
    J-P Nurmi

  4. #4
    Join Date
    Feb 2008
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    For anyone interested in how the wizard works, there are a number of good tutorials on the web about creating Visual Studio wizards. The process is actually very simple. In fact, Visual Studio can even create default wizards for you. Except for a few icons, the entire wizard consists of text files so if you extract the contents of the installer you can view the "source" (you can also find the text files within your Visual Studio's VC directory if you have already installed the wizard). If you click "view details" while installing the wizard, it will provide a complete list of files and locations.

    I know that qmake can generate Visual Studio projects. There are three reasons why I created this wizard. First, the wizard allows for easy creation of Qt projects in a manner consistent with creating other projects within Visual Studio. Second, I personally find the wizard more convenient than other methods. Third, I wanted to learn how to create a wizard in Visual Studio. This is actually a very beneficial task for anyone who frequently uses Visual Studio as it reveals some of how the program works.

  5. #5
    Join Date
    Feb 2008
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    The location of the wizard has changed to: http://www.sanfordfreedman.com/utilities/index.html. Also, since I have started working on a version for Visual Studio 2010, the name has been changed to QtWizard 2008.

  6. #6
    Join Date
    Feb 2008
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    I just released a beta version of QtWizard 2012. This version supports Visual Studio 2012, Qt 5.1+, and provides Windows XP support. While a beta version, the wizard should be stable enough for daily use. The installer can be downloaded from my website: http://www.sanfordfreedman.com/utilities. In addition to QtWizard, my website also has directions for compiling Qt 5.1 with Visual C++ 2012 while maintaining support for Windows XP. These directions can be found at: http://www.sanfordfreedman.com/QtInstallationAndSetup.

  7. #7
    Join Date
    Feb 2008
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    I just updated the QtWizard 2012 to version Beta 2 (0.2.0.0). You can download it here: http://www.sanfordfreedman.com/utilities/. The main changes are adding (a lot) more include paths to intellisense and fixing a bug where main.cpp was not listed as a source when creating a console application.

  8. #8
    Join Date
    Feb 2008
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    I just updated the QtWizard 2012 to Beta 3. This change fixes an issue that prevented the wizard from running properly on most computers.

  9. #9
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,229
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Visual Studio 2008 wizard for generating Qt makefile projects

    What advantage does your plugin have over the Qt VS Add-in from Digia?

Similar Threads

  1. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 09:17
  2. Visual Studio App Wizard for Qt
    By joshlareau in forum Qt-based Software
    Replies: 4
    Last Post: 9th February 2007, 21:36
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 14:15
  4. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 22:41

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.