ios fixes
This commit is contained in:
parent
12b079df65
commit
9ae2e3fba2
28 changed files with 149639 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue