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:
@@ -45,7 +45,7 @@ using namespace ProjectExplorer::Internal;
|
||||
#ifdef Q_OS_WIN64
|
||||
static const char * MSVC_RegKey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7";
|
||||
#else
|
||||
static const char * MSVC_RegKey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\SxS\\VS7";
|
||||
static const char * MSVC_RegKey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\SxS\\VC7";
|
||||
#endif
|
||||
|
||||
bool ToolChain::equals(ToolChain *a, ToolChain *b)
|
||||
|
||||
Reference in New Issue
Block a user