
The RunCMake.AutogenQtX tests occasionally time out so separate `RunCMake.AutogenQtX` tests. Example: https://open.cdash.org/tests/1583599782
13 lines
125 B
C++
13 lines
125 B
C++
#ifndef EXAMPLE_H
|
|
#define EXAMPLE_H
|
|
|
|
#include <QObject>
|
|
|
|
class Example : public QObject
|
|
{
|
|
Q_OBJECT
|
|
Example();
|
|
};
|
|
|
|
#endif
|