Again, made compilable with msvc by adding compiler directive where necessary...

(grafted from f95b88cfebba683b9978b4f1a976d75e4d9a3a2e)

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2016-05-07 11:44:37 +03:00
parent 95b1627771
commit ca7500b905
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,9 @@
#pragma GCC diagnostic ignored "-Wattributes"
#endif
#ifdef Q_CC_MSVC
#include <ciso646>
#endif /* Q_CC_MSVC */
//---------------------------------------------------------------------------------------------------------------------
inline QString NameRegExp()
{

View file

@ -32,6 +32,9 @@
#include <QtTest>
#ifdef Q_CC_MSVC
#include <ciso646>
#endif /* Q_CC_MSVC */
//---------------------------------------------------------------------------------------------------------------------
TST_VCommandLine::TST_VCommandLine(QObject *parent)
:QObject(parent)