From ffec6c7180ce65f3aa20ca3f0016b23b702e73b2 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 25 Jun 2019 09:54:09 +0200 Subject: Add windows batch file for convenient cmake invocation with Qt toolchain file Similar to the shell script, this makes it easier to invoke cmake by just extending your PATH. Change-Id: I1f83e93c507032f6ecf4838c11d62f49f4d93ed6 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor --- bin/qt-cmake.bat.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/qt-cmake.bat.in (limited to 'bin/qt-cmake.bat.in') diff --git a/bin/qt-cmake.bat.in b/bin/qt-cmake.bat.in new file mode 100644 index 0000000000..3f33b4725b --- /dev/null +++ b/bin/qt-cmake.bat.in @@ -0,0 +1 @@ +@CMAKE_COMMAND@ -DCMAKE_TOOLCHAIN_FILE=@CMAKE_INSTALL_PREFIX@/@__GlobalConfig_install_dir@/qt.toolchain.cmake %* -- cgit v1.2.3