summaryrefslogtreecommitdiffstats
path: root/util/cmake/qmake2cmake.bat
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-03-04 15:49:02 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-03-08 03:45:30 +0100
commitbac56fd4d0d9a19790cf897aab3f979e0134eabd (patch)
tree5337c8a775699d8c319abe66b402ff8ff39c9030 /util/cmake/qmake2cmake.bat
parent928828b54905c361ba52c8ff043c9247a25e9375 (diff)
pro2cmake: Introduce qmake2cmake convenience scripts
Add qmake2cmake[.bat] wrapper scripts that can be used to convert user projects to CMake. For now, user projects are internally handled as Qt examples with one difference: the generation of example-specific installation code is suppressed. Fixes: QTBUG-98655 Change-Id: I1a57f6d12efe0bdf383592ab33682a611692db80 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/qmake2cmake.bat')
-rw-r--r--util/cmake/qmake2cmake.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/cmake/qmake2cmake.bat b/util/cmake/qmake2cmake.bat
new file mode 100644
index 0000000000..30edc45800
--- /dev/null
+++ b/util/cmake/qmake2cmake.bat
@@ -0,0 +1,2 @@
+@echo off
+python %~dp0\pro2cmake.py --is-user-project %*