Sanford Freedman's Utilities Page



QtWizard 2010

A beta version of QtWizard 2010 is now available.

History

May 24th, 2011 - Beta Version.

QtWizard 2008

This is a simple Visual Studio 2008 wizard that I created to aid in generating Qt makefile projects.


Installation
  1. Download the executable.
  2. Double click the file to start the installer.
  3. Follow the directions provided by the installer.
  4. The QtWizard 2008 should now be installed.

The QtWizard 2008 was based off of the standard win32 wizard provided by Visual Studio 2008. You can use the QtWizard 2008 in almost an identical manner. Since the QtWizard 2008 creates makefile projects, care should be taken when adding and removing files from a project. In general, you will need to first create (or delete) a file from within the solution explorer. This will actually create or delete the file and also make the file available within the solution explorer. You must then add the file (or remove it) from the .pro file in order to update the Qt build process.

QtWizard 2008

Compatibility with Visual C++ 2008 Express Edition

The express edition of the compiler uses a slightly different directory structure and additional installation steps are required.

Additional Steps
  1. Copy the following files from <install_path>\VC\vcprojects to \VC\Express\VCProjects
    • QtWizard2008.ico
    • QtWizard2008.vsdir
    • QtWizard2008.vsz
  2. Copy the following file from <install_path>\VC\vcprojects\Win32 to \VC\Express\VCProjects\Win32
    • QtWizard2008Win32.vsdir

History

May 21st, 2008 - Version 1.0 released.
May 10th, 2011 - Renamed from QtWizard to QtWizard 2008 and corrected intellisense bug.

Screenshots