aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2022-03-08 14:06:53 +0200
committerAhmad Samir <a.samirh78@gmail.com>2022-03-20 12:42:44 +0200
commit4e47b053c9d799898a91b8b31f59140592c2ba4d (patch)
treefeab3195297318dbeee72732a1ea53d295f443df /docs
parent7cb3191ccb1dc24ff21a9e41ec30d52f420c98e6 (diff)
downloadextra-cmake-modules-4e47b053c9d799898a91b8b31f59140592c2ba4d.tar.gz
extra-cmake-modules-4e47b053c9d799898a91b8b31f59140592c2ba4d.tar.bz2
Add ECMQueryQt module, which encompases both Qt5 Qmake and Qt6 qtpaths
Basically copied ECMQueryQmake to ECMQueryQt, added copyright based on git log, with the BSD 3-clause license; based on the contents of the README.rst file at the initial commit (commit 96e7fb9969b7 by Rohan Garg) of ECMQueryQmake, the README file says: All code is licensed under the BSD 3-Clause license. Will CC active devs in the MR and email Rohan Garg to confirm. Then added qtpaths CMake code path, basically you can use query_qt with Qt5 (same syntax, so a drop-in replacement for query_qmake); and Qt6. The plan is to deprecate ECMQueryQmake in favour of the new module (had to be done that way as the old module had "qmake" in the name and that could be a bit confusing).
Diffstat (limited to 'docs')
-rw-r--r--docs/module/ECMQueryQt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/module/ECMQueryQt.rst b/docs/module/ECMQueryQt.rst
new file mode 100644
index 00000000..120698a0
--- /dev/null
+++ b/docs/module/ECMQueryQt.rst
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMQueryQt.cmake