summaryrefslogtreecommitdiffstats
path: root/bin/qt-cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qt-cmake.in')
-rwxr-xr-xbin/qt-cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/qt-cmake.in b/bin/qt-cmake.in
index f719257f60..14de927c3a 100755
--- a/bin/qt-cmake.in
+++ b/bin/qt-cmake.in
@@ -13,5 +13,7 @@ fi
toolchain_path="$script_dir_path/@__GlobalConfig_relative_path_from_bin_dir_to_cmake_config_dir@/qt.toolchain.cmake"
+@extra_qt_cmake_code@
+
# Find the qt toolchain relative to the absolute bin dir path where the script is located.
exec "$cmake_path" -DCMAKE_TOOLCHAIN_FILE="$toolchain_path" @__qt_cmake_extra@ "$@"