summaryrefslogtreecommitdiffstats
path: root/qtuitest_config.h
blob: a2959c1b1f2ef840b7c5dc34303c883fc882c07c (plain)
1
2
3
4
5
6
7
8
#ifndef QTUITEST_CONFIG_H
#define QTUITEST_CONFIG_H

#ifndef DEFAULT_AUT_PORT
#define DEFAULT_AUT_PORT 5656
#endif

#endif