From e416594fa25f37e28d6476d8da7cd9995ff409e4 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 8 Apr 2022 13:22:46 +0200 Subject: [PATCH] Remove the qmake2cmake wrapper scripts and document where they are Change-Id: Ib36f4e614845a3b375f4a86239fa7e6e26d7adea Reviewed-by: Alexandru Croitor (cherry picked from commit 2c364aef4c9b3f9a1b459cb2bd01689158ad5f78) Reviewed-by: Qt Cherry-pick Bot --- util/cmake/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/cmake/README.md b/util/cmake/README.md index f8a6e9f5404..dc755904613 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/),