ios fixes

This commit is contained in:
pokamest 2021-09-15 08:03:28 -07:00
parent 12b079df65
commit 9ae2e3fba2
28 changed files with 149639 additions and 39 deletions

View file

@ -32,6 +32,18 @@
#define SSH_GLOBAL_H
#include <QtGlobal>
#include <QObject>
#ifdef Q_OS_IOS
class QProcess {
public:
QProcess(QObject *){}
enum ProcessChannel {
StandardOutput,
StandardError
};
};
#endif
#ifdef _MSC_VER
// For static cmake building removing dll export/import