forked from qt-creator/qt-creator
Load the plugin only on Linux / OS X
On these platforms clang and/or gcc are available and the QMakeProject and QbsProject can provide "enough" information. Windows/MinGW: Currently mingw 4.8.2 can't be used with clang 3.5. See https://www.mail-archive.com/mingw-w64-public@lists.sourceforge.net/msg09490.html Tests with mingw 4.9 are needed. Windows/MSVC: This needs more investigation. Observations so far: * Does not work at the moment calling clang.exe. * clang-cl.exe does not understand '--analyze'. Passing '-Xclang --analyze' in does not help either. Change-Id: I83afe4a186cba67faf7bd0ad6c1de42790e281b2 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
\"Version\" : \"$$QTCREATOR_VERSION\",
|
||||
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
|
||||
\"Experimental\" : true,
|
||||
\"Platform\" : \"(Linux.*)|(OS X.*)\",
|
||||
\"Vendor\" : \"Digia Plc\",
|
||||
\"Copyright\" : \"(C) 2014 Digia Plc\",
|
||||
\"License\" : [ \"Commercial Usage\",
|
||||
|
Reference in New Issue
Block a user