Windows port: ConPTY via ptyqt, POSIX guards

This commit is contained in:
2026-05-04 16:23:23 +02:00
parent a42fa8bf95
commit e6bda0c239
7 changed files with 238 additions and 134 deletions
+2
View File
@@ -20,6 +20,7 @@
// Own
#include "ProcessInfo.h"
#if !defined(Q_OS_WIN)
// Unix
#include <sys/socket.h>
#include <netinet/in.h>
@@ -27,6 +28,7 @@
#include <unistd.h>
#include <pwd.h>
#include <sys/param.h>
#endif
// Qt
#include <QtCore/QDir>