forked from qt-creator/qt-creator
ProjectExplorer: Fix compile using Qt5.4.0 on Win
Broke with a8b6f30c17
Change-Id: Ie713f18189603b60296caac1c5a087691ed0dc18
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
# if (QT_VERSION < QT_VERSION_CHECK(5, 4, 1))
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <QApplication>
|
||||
#include <QTime>
|
||||
|
Reference in New Issue
Block a user