diff --git a/recipes-games/freeciv/freeciv-qt6.inc b/recipes-games/freeciv/freeciv-qt6.inc new file mode 100644 index 0000000..5a39991 --- /dev/null +++ b/recipes-games/freeciv/freeciv-qt6.inc @@ -0,0 +1,11 @@ + +require freeciv.inc + +inherit qt6-paths + +EXTRA_OECONF += "\ +--with-qtver=qt6 \ +--with-qt6-includes=${STAGING_DIR_HOST}${QT6_INSTALL_INCLUDEDIR} \ +--with-qt6-libs=${STAGING_DIR_HOST}${QT6_INSTALL_LIBDIR} \ +MOCCMD=${STAGING_DIR_NATIVE}${QT6_INSTALL_LIBEXECDIR}/moc \ +"