2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 1.8.5: Fix build for Linux.

This commit is contained in:
John Preston
2019-09-08 23:15:42 +03:00
parent b98e02f326
commit 12a020cd09
6 changed files with 19 additions and 6 deletions

View File

@@ -18,7 +18,12 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "core/crash_reports.h"
#include "core/update_checker.h"
#include <QtGui/QGuiApplication>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDesktopWidget>
#include <QtCore/QStandardPaths>
#include <QtCore/QProcess>
#include <QtCore/QVersionNumber>
#include <qpa/qplatformnativeinterface.h>
#include <sys/stat.h>
#include <sys/types.h>
@@ -28,10 +33,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <pwd.h>
#include <iostream>
#include <QProcess>
#include <QVersionNumber>
#include <qpa/qplatformnativeinterface.h>
using namespace Platform;
using Platform::File::internal::EscapeShell;