mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
6ee5c431d5
The RunCMake.AutogenQtX tests occasionally time out so separate `RunCMake.AutogenQtX` tests. Example: https://open.cdash.org/tests/1583599782
12 lines
121 B
C++
12 lines
121 B
C++
#ifndef SKIP_LINTING_H
|
|
#define SKIP_LINTING_H
|
|
|
|
#include <QObject>
|
|
|
|
class SkipMe : public QObject
|
|
{
|
|
Q_OBJECT
|
|
};
|
|
|
|
#endif
|