forked from qt-creator/qt-creator
Fix building creator with the intel compiler.
Replacing all occurrences of win32-msvc* with msvc. Task-number: QTCREATORBUG-16118 Change-Id: I46bd54628bffb04c24bca587fd9dd7684e888f1a Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DEFINES += CPPTOOLS_LIBRARY
|
||||
win32-msvc*:DEFINES += _SCL_SECURE_NO_WARNINGS
|
||||
msvc: DEFINES += _SCL_SECURE_NO_WARNINGS
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user