Detect vcpkg after everything else

In order to use multiple toolchain, e.g., when we are cross compiling,
we need to load the detect, and load vcpkg's toolchain after our
toolchain file.

Change-Id: I7f3374363f725a634356788e22ac21835505c4b0
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 044cc7c90b80f5696656565aa6ae4de2b3b09822)
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
This commit is contained in:
Amir Masoud Abdol 2023-07-11 13:58:42 +02:00 committed by Alexandru Croitor
parent 24d7487984
commit bd46f7a5ad

View File

@ -508,10 +508,10 @@ qt_auto_detect_darwin()
qt_auto_detect_macos_universal()
qt_auto_detect_ios()
qt_auto_detect_android()
qt_auto_detect_vcpkg()
qt_auto_detect_pch()
qt_auto_detect_wasm()
qt_auto_detect_win32_arm()
qt_auto_detect_linux_x86()
qt_auto_detect_integrity()
qt_auto_detect_cmake_build_type()
qt_auto_detect_vcpkg()