aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMFindQmlModule/main.c
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2021-08-02 14:56:56 +0200
committerArjen Hiemstra <ahiemstra@heimr.nl>2022-01-18 12:09:57 +0000
commit6fefacf8c4efe8b35aa543514892cbf38cf7b4d9 (patch)
treed5ce029678fc557f35365581fd51e4e5f4d85d03 /tests/ECMFindQmlModule/main.c
parent3813fd1bc97fa6bb2189cc9586f77be4c30478d6 (diff)
downloadextra-cmake-modules-6fefacf8c4efe8b35aa543514892cbf38cf7b4d9.tar.gz
extra-cmake-modules-6fefacf8c4efe8b35aa543514892cbf38cf7b4d9.tar.bz2
Rename ECMQMLModules.cmake to ECMFindQmlModule.cmake
To avoid ambiguity with ECMQmlModule.cmake. To preserve backward compatibility, we keep a version around of ECMQMLModules.cmake that warns a user of it being moved and includes the new file.
Diffstat (limited to 'tests/ECMFindQmlModule/main.c')
-rw-r--r--tests/ECMFindQmlModule/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ECMFindQmlModule/main.c b/tests/ECMFindQmlModule/main.c
new file mode 100644
index 00000000..c13815ce
--- /dev/null
+++ b/tests/ECMFindQmlModule/main.c
@@ -0,0 +1,4 @@
+int main()
+{
+ return 0;
+}