summaryrefslogtreecommitdiffstats
path: root/qtuitest_config.h
blob: cc97a4d7cf6a14d0feac48137832eb6a64068922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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