diff options
author | Arjen Hiemstra <ahiemstra@heimr.nl> | 2021-08-02 14:56:56 +0200 |
---|---|---|
committer | Arjen Hiemstra <ahiemstra@heimr.nl> | 2022-01-18 12:09:57 +0000 |
commit | 6fefacf8c4efe8b35aa543514892cbf38cf7b4d9 (patch) | |
tree | d5ce029678fc557f35365581fd51e4e5f4d85d03 /tests/ECMQMLModules/main.c | |
parent | 3813fd1bc97fa6bb2189cc9586f77be4c30478d6 (diff) | |
download | extra-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/ECMQMLModules/main.c')
-rw-r--r-- | tests/ECMQMLModules/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/ECMQMLModules/main.c b/tests/ECMQMLModules/main.c deleted file mode 100644 index c13815ce..00000000 --- a/tests/ECMQMLModules/main.c +++ /dev/null @@ -1,4 +0,0 @@ -int main() -{ - return 0; -} |