bac56fd4d0
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>
3 lines
57 B
Batchfile
3 lines
57 B
Batchfile
@echo off
|
|
python %~dp0\pro2cmake.py --is-user-project %*
|