mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
ptest: use the prefix path
QT_ADDITIONAL_PACKAGES_PREFIX_PATH can use the prefix path instead of the cmake path when configuring the path to the installed module. Change it so that qmltestrunner can be found correctly after qtbase change Icfe972a7ab1d0c99518383eab1c885e490cdb4d6. Change-Id: I777ae8f05d8b666ea18f67db8ed7f47db9218799 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
261403fd46
commit
35f53aa1a6
|
|
@ -29,7 +29,7 @@ EOF
|
|||
${EXTRA_OECMAKE} \
|
||||
-DQT_BUILD_STANDALONE_TESTS=ON \
|
||||
-DQT_BUILD_EXAMPLES=OFF \
|
||||
-DQT_ADDITIONAL_PACKAGES_PREFIX_PATH=${D}${QT6_INSTALL_LIBDIR}/cmake \
|
||||
-DQT_ADDITIONAL_PACKAGES_PREFIX_PATH=${D}${prefix} \
|
||||
-DCMAKE_STAGING_PREFIX=${D}${prefix} \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DQT_DISABLE_NO_DEFAULT_PATH_IN_QT_PACKAGES=ON \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user