aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/qmlquery/My/OtherThings/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/qmlquery/My/OtherThings/test.h')
-rw-r--r--tests/auto/cmake/qmlquery/My/OtherThings/test.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/cmake/qmlquery/My/OtherThings/test.h b/tests/auto/cmake/qmlquery/My/OtherThings/test.h
new file mode 100644
index 0000000000..93f71766a8
--- /dev/null
+++ b/tests/auto/cmake/qmlquery/My/OtherThings/test.h
@@ -0,0 +1,18 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+
+#ifndef TEST_H
+#define TEST_H
+
+#include <QtQml/qqml.h>
+#include <QObject>
+
+class Test : public QObject
+{
+ Q_OBJECT
+ QML_ELEMENT
+public:
+ Test();
+};
+
+#endif // TEST_H