Beta version 1.8.5: Fix build for old OS X.
This commit is contained in:
parent
12a020cd09
commit
5c13214244
|
@ -77,7 +77,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#include <QtGui/QFontInfo>
|
#include <QtGui/QFontInfo>
|
||||||
|
|
||||||
#include <QtWidgets/QWidget>
|
#include <QtWidgets/QWidget>
|
||||||
|
|
||||||
|
#ifndef OS_MAC_OLD
|
||||||
#include <QtWidgets/QOpenGLWidget>
|
#include <QtWidgets/QOpenGLWidget>
|
||||||
|
#endif // OS_MAC_OLD
|
||||||
|
|
||||||
// Fix Google Breakpad build for Mac App Store version
|
// Fix Google Breakpad build for Mac App Store version
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
|
|
Loading…
Reference in New Issue