Details
-
Task
-
Resolution: Duplicate
-
P2: Important
-
None
-
None
Description
Conan supports single pass cross compilation by accepting both build and host profiles for a single "conan install" invocation:
$ conan install qtbase/6.3.0 -build --profile:build=linux-desktop --profile:host=android-armv8
We would need the Qt build system support this. Perhaps the same way as QT_ADDTIOTIONAL_PACKAGES_PREFIX_PATH is supported?
QT_ADDTIOTIONAL_HOST_PREFIX_PATH?
Attachments
Issue Links
- duplicates
-
QTBUG-94524 Introduce a QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH variable
- Closed