summaryrefslogtreecommitdiffstats
path: root/old/qtuitest_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'old/qtuitest_config.h')
-rw-r--r--old/qtuitest_config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/qtuitest_config.h b/old/qtuitest_config.h
new file mode 100644
index 0000000..cc97a4d
--- /dev/null
+++ b/old/qtuitest_config.h
@@ -0,0 +1,16 @@
+#ifndef QTUITEST_CONFIG_H
+#define QTUITEST_CONFIG_H
+
+#ifndef DEFAULT_AUT_PORT
+#define DEFAULT_AUT_PORT 5656
+#endif
+
+#ifndef DEFAULT_AUTSSH_PORT
+#define DEFAULT_AUTSSH_PORT 22
+#endif
+
+#ifndef DEFAULT_AUT_HOST
+#define DEFAULT_AUT_HOST "127.0.0.1"
+#endif
+
+#endif