summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_create_translation_macro/some_dir/some_include.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/linguist/test_create_translation_macro/some_dir/some_include.h')
-rw-r--r--tests/auto/cmake/linguist/test_create_translation_macro/some_dir/some_include.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/cmake/linguist/test_create_translation_macro/some_dir/some_include.h b/tests/auto/cmake/linguist/test_create_translation_macro/some_dir/some_include.h
new file mode 100644
index 000000000..f2577ba2e
--- /dev/null
+++ b/tests/auto/cmake/linguist/test_create_translation_macro/some_dir/some_include.h
@@ -0,0 +1,9 @@
+// Copyright (C) 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Stephen Kelly <stephen.kelly@kdab.com>
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+
+#ifndef SOME_INCLUDE_H
+#define SOME_INCLUDE_H
+
+enum { Non_Empty_File };
+
+#endif