summaryrefslogtreecommitdiffstats
path: root/bin/qt-cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qt-cmake.in')
-rwxr-xr-xbin/qt-cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/qt-cmake.in b/bin/qt-cmake.in
new file mode 100755
index 0000000000..2b42592267
--- /dev/null
+++ b/bin/qt-cmake.in
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec @CMAKE_COMMAND@ -DCMAKE_TOOLCHAIN_FILE=@__GlobalConfig_install_dir_absolute@/qt.toolchain.cmake @__qt_cmake_extra@ "$@"