summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-04-08 13:22:46 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-12 08:34:49 +0000
commite416594fa25f37e28d6476d8da7cd9995ff409e4 (patch)
treee73cab5f5f555f68b3cdb5a5141f48648d54cf57 /util
parent6b294f7246caca3092b4521fdebf221f103e7782 (diff)
Remove the qmake2cmake wrapper scripts and document where they are
Change-Id: Ib36f4e614845a3b375f4a86239fa7e6e26d7adea Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 2c364aef4c9b3f9a1b459cb2bd01689158ad5f78) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/README.md b/util/cmake/README.md
index f8a6e9f540..dc75590461 100644
--- a/util/cmake/README.md
+++ b/util/cmake/README.md
@@ -2,6 +2,9 @@
This directory holds scripts to help the porting process from `qmake` to `cmake` for Qt6.
+If you're looking to port your own Qt-based project from `qmake` to `cmake`, please use
+[qmake2cmake](https://wiki.qt.io/Qmake2cmake).
+
# Requirements
* [Python 3.7](https://www.python.org/downloads/),