forked from qt-creator/qt-creator
Make msvc and cmake play together.
Note: This requires a cvs cmake and is not fully tested yet. This adds a few missing pieces, so now opening new never built projects without a .user file on systems with just one VS installation should work.
This commit is contained in:
@@ -83,6 +83,8 @@ public:
|
||||
QStringList arguments() const;
|
||||
void setArguments(const QStringList &args);
|
||||
ProjectExplorer::Environment environment() const;
|
||||
QString msvcVersion() const;
|
||||
void setMsvcVersion(const QString &version);
|
||||
private:
|
||||
void init();
|
||||
bool existsUpToDateXmlFile() const;
|
||||
@@ -91,6 +93,7 @@ private:
|
||||
QString m_buildDirectory;
|
||||
QString m_sourceDirectory;
|
||||
QStringList m_arguments;
|
||||
QString m_msvcVersion;
|
||||
bool m_creatingCbpFiles;
|
||||
ProjectExplorer::Environment m_environment;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user