summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-04-08 13:22:46 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-04-12 10:34:40 +0200
commit2c364aef4c9b3f9a1b459cb2bd01689158ad5f78 (patch)
tree67b11c17be30ae60db0ac5646cc200cb98094228 /util
parent8eef32d460d06f823fa20b364e3ffe6ca5cd6977 (diff)
Remove the qmake2cmake wrapper scripts and document where they are
Pick-to: 6.3 Change-Id: Ib36f4e614845a3b375f4a86239fa7e6e26d7adea Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/README.md3
-rwxr-xr-xutil/cmake/qmake2cmake4
-rw-r--r--util/cmake/qmake2cmake.bat2
3 files changed, 3 insertions, 6 deletions
diff --git a/util/cmake/README.md b/util/cmake/README.md
index a3e288ef04..0d80fbcdce 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/),
diff --git a/util/cmake/qmake2cmake b/util/cmake/qmake2cmake
deleted file mode 100755
index 58841e42ec..0000000000
--- a/util/cmake/qmake2cmake
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-script_dir_path=`dirname $0`
-script_dir_path=`(cd "$script_dir_path"; /bin/pwd)`
-python3 $script_dir_path/pro2cmake.py --is-user-project $@
diff --git a/util/cmake/qmake2cmake.bat b/util/cmake/qmake2cmake.bat
deleted file mode 100644
index 30edc45800..0000000000
--- a/util/cmake/qmake2cmake.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-@echo off
-python %~dp0\pro2cmake.py --is-user-project %*