forked from qt-creator/qt-creator
Remove Qt version checks.
Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -40,11 +40,7 @@
|
||||
#include <mach/error.h>
|
||||
|
||||
/* // annoying to import, do without
|
||||
#if QT_VERSION < 0x050000
|
||||
#include <private/qcore_mac_p.h>
|
||||
#else
|
||||
#include <QtCore/private/qcore_mac_p.h>
|
||||
#endif
|
||||
*/
|
||||
/* standard calling convention under Win32 is __stdcall */
|
||||
/* Note: When compiling Intel EFI (Extensible Firmware Interface) under MS Visual Studio, the */
|
||||
|
||||
Reference in New Issue
Block a user