Add msvc support to cmake plugin. Depends on a cvs version of cmake.

The CodeBlocks - NMake Makefiles generator combination is only available
in the cvs version of cmake.
This has not been extensively tested at all.
This commit is contained in:
dt
2009-07-02 11:30:29 +02:00
parent 7d43990da4
commit 560b06391d
4 changed files with 76 additions and 8 deletions

View File

@@ -34,6 +34,7 @@
#include <QtCore/QProcess>
#include <QtGui/QPushButton>
#include <QtGui/QComboBox>
#include <QtGui/QLineEdit>
#include <QtGui/QLabel>
#include <QtGui/QWizard>
@@ -147,6 +148,7 @@ private:
QPushButton *m_runCMake;
QProcess *m_cmakeProcess;
QLineEdit *m_argumentsLineEdit;
QComboBox *m_generatorComboBox;
QLabel *m_descriptionLabel;
bool m_complete;
Mode m_mode;