diff --git a/util/cmake/README.md b/util/cmake/README.md index a3e288ef04f..0d80fbcdce4 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 58841e42ece..00000000000 --- 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 30edc458005..00000000000 --- a/util/cmake/qmake2cmake.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -python %~dp0\pro2cmake.py --is-user-project %*