mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-08 15:14:49 +02:00
A cmake specific qt5 class which sets all required configuration parameters to successfully compile cmake based applications. Signed-off-by: Simon Busch <morphis@gravedo.de>
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
inherit cmake
|
|
inherit qmake5_paths
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DOE_QMAKE_PATH_EXTERNAL_HOST_BINS=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS} \
|
|
"
|